Lines 3-8
Link Here
|
3 |
|
3 |
|
4 |
PORTNAME= Config-Any |
4 |
PORTNAME= Config-Any |
5 |
PORTVERSION= 0.24 |
5 |
PORTVERSION= 0.24 |
|
|
6 |
PORTREVISION= 1 |
6 |
CATEGORIES= devel perl5 |
7 |
CATEGORIES= devel perl5 |
7 |
MASTER_SITES= CPAN |
8 |
MASTER_SITES= CPAN |
8 |
PKGNAMEPREFIX= p5- |
9 |
PKGNAMEPREFIX= p5- |
Lines 10-16
Link Here
|
10 |
MAINTAINER= perl@FreeBSD.org |
11 |
MAINTAINER= perl@FreeBSD.org |
11 |
COMMENT= Load class configuration data from a number of file formats |
12 |
COMMENT= Load class configuration data from a number of file formats |
12 |
|
13 |
|
13 |
BUILD_DEPENDS= p5-Config-General>=2.47:${PORTSDIR}/devel/p5-Config-General |
14 |
LICENSE= ART10 GPLv1 |
|
|
15 |
LICENSE_COMB= dual |
16 |
|
17 |
BUILD_DEPENDS= p5-Config-General>=2.47:${PORTSDIR}/devel/p5-Config-General \ |
18 |
p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable |
14 |
RUN_DEPENDS:= ${BUILD_DEPENDS} |
19 |
RUN_DEPENDS:= ${BUILD_DEPENDS} |
15 |
|
20 |
|
16 |
OPTIONS_DEFINE= INI JSON XML YAML |
21 |
OPTIONS_DEFINE= INI JSON XML YAML |