mirror of
https://git.freebsd.org/ports.git
synced 2025-06-16 18:20:33 -04:00
for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw)
21 lines
433 B
Makefile
21 lines
433 B
Makefile
# Created by: Jim Pirzyk <pirzyk@uiuc.edu>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Config-Objective
|
|
PORTVERSION= 0.9.1
|
|
PORTREVISION= 3
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= pirzyk@FreeBSD.org
|
|
COMMENT= Configuration data as perl objects
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Parse-Yapp>=0:devel/p5-Parse-Yapp \
|
|
p5-ParseLex>=0:devel/p5-ParseLex
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|