diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-25 12:42:50 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-25 12:42:50 +0000 |
commit | 83ac3f27f6d52a9f87e1f980d7ed6388c49bf3fb (patch) | |
tree | 7316ac663a257dc767a477a897716d06e85d49b0 /devel | |
parent | 09029008e0de96d3f8b31e26e5afb54d03fc802f (diff) | |
download | ports-83ac3f27f6d52a9f87e1f980d7ed6388c49bf3fb.tar.gz ports-83ac3f27f6d52a9f87e1f980d7ed6388c49bf3fb.zip |
- Add LICENSE
- Pass maintainership to submitter
- While I'm here:
- Fix *_DEPENDS: Scalar::Util is already in all supported Perl releases
- Add missing RUN_DEPENDS
- Bump PORTREVISION for dependency change
PR: ports/189612
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Notes
Notes:
svn path=/head/; revision=355242
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Config-ApacheFormat/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/devel/p5-Config-ApacheFormat/Makefile b/devel/p5-Config-ApacheFormat/Makefile index 326611bc1c7d..a3b0f2f1b803 100644 --- a/devel/p5-Config-ApacheFormat/Makefile +++ b/devel/p5-Config-ApacheFormat/Makefile @@ -3,15 +3,19 @@ PORTNAME= Config-ApacheFormat PORTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Parse a configuration file in the same syntax as the Apache web server -BUILD_DEPENDS= p5-Class-MethodMaker>=0:${PORTSDIR}/devel/p5-Class-MethodMaker \ - p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Class-MethodMaker>=0:${PORTSDIR}/devel/p5-Class-MethodMaker +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure |