diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-01-02 00:11:41 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-01-02 00:11:41 +0800 |
commit | ee76cfe890b4c491ddfb4fd4b2218dd3a52247ab (patch) | |
tree | a4cb2230d0d5d532460ee170ede8cb2020eae518 /misc | |
parent | 6259b464c9577eec533e36639bc01c17263dfb5a (diff) | |
download | freebsd-ports-gnome-ee76cfe890b4c491ddfb4fd4b2218dd3a52247ab.tar.gz freebsd-ports-gnome-ee76cfe890b4c491ddfb4fd4b2218dd3a52247ab.tar.zst freebsd-ports-gnome-ee76cfe890b4c491ddfb4fd4b2218dd3a52247ab.zip |
- Update BUILD_DEPENDS: ExtUtils::MakeMaker 6.42+ is already in all supported Perl releases
- Add LICENSE [1]
Approved by: portmgr (implicit) [1]
With hat: perl
Diffstat (limited to 'misc')
-rw-r--r-- | misc/p5-Asterisk-FastAGI/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/p5-Asterisk-FastAGI/Makefile b/misc/p5-Asterisk-FastAGI/Makefile index f3f12cdf6940..8b076a2bf8ef 100644 --- a/misc/p5-Asterisk-FastAGI/Makefile +++ b/misc/p5-Asterisk-FastAGI/Makefile @@ -11,8 +11,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= sobomax@FreeBSD.org COMMENT= Perl module for FastAGI handling +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Module-Install>=0:${PORTSDIR}/devel/p5-Module-Install \ - p5-ExtUtils-MakeMaker>=6.42:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker \ p5-Asterisk>=0:${PORTSDIR}/misc/p5-Asterisk \ p5-Net-Server>=0:${PORTSDIR}/net/p5-Net-Server \ p5-File-Remove>=0:${PORTSDIR}/devel/p5-File-Remove |