diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-08-17 13:06:46 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-08-17 13:06:46 +0000 |
commit | 37e858edd18cfdef0c487e4ed9d4a989c8972609 (patch) | |
tree | 5b2ec3fc43af026b598c194867df34994f361a06 /textproc/p5-YAML-LibYAML | |
parent | 74520e9c118b41079a243c816db4162462745a44 (diff) | |
download | ports-37e858edd18cfdef0c487e4ed9d4a989c8972609.tar.gz ports-37e858edd18cfdef0c487e4ed9d4a989c8972609.zip |
Notes
Diffstat (limited to 'textproc/p5-YAML-LibYAML')
-rw-r--r-- | textproc/p5-YAML-LibYAML/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-YAML-LibYAML/Makefile b/textproc/p5-YAML-LibYAML/Makefile index ac497f7cff33..c41a83e0065f 100644 --- a/textproc/p5-YAML-LibYAML/Makefile +++ b/textproc/p5-YAML-LibYAML/Makefile @@ -3,6 +3,7 @@ PORTNAME= YAML-LibYAML PORTVERSION= 0.59 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,8 +14,7 @@ COMMENT= Perl YAML Serialization using XS and libyaml LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Filter>=0:${PORTSDIR}/devel/p5-Filter -RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Filter>=0:${PORTSDIR}/devel/p5-Filter USES= perl5 USE_PERL5= configure |