diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-11-10 02:44:42 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-11-10 02:44:42 +0800 |
commit | 0b52bccc46dc3080b33dd46a71096b45a4a7a432 (patch) | |
tree | 0e57abbd246daf3b3b0a11e4fea8180e5f711adf /dns/p5-Net-DRI | |
parent | e6a3f6257046d15392ed213ce988d1cb5597ca66 (diff) | |
download | freebsd-ports-gnome-0b52bccc46dc3080b33dd46a71096b45a4a7a432.tar.gz freebsd-ports-gnome-0b52bccc46dc3080b33dd46a71096b45a4a7a432.tar.zst freebsd-ports-gnome-0b52bccc46dc3080b33dd46a71096b45a4a7a432.zip |
- Add LICENSE
- Add NO_ARCH
Approved by: portmgr (blanket)
Diffstat (limited to 'dns/p5-Net-DRI')
-rw-r--r-- | dns/p5-Net-DRI/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dns/p5-Net-DRI/Makefile b/dns/p5-Net-DRI/Makefile index 9d2448af2366..aed812f967f9 100644 --- a/dns/p5-Net-DRI/Makefile +++ b/dns/p5-Net-DRI/Makefile @@ -11,6 +11,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= feld@FreeBSD.org COMMENT= Perl library to access Domain Name Registries/Registrars +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual +LICENSE_FILE_GPLv2= ${WRKSRC}/LICENSE + RUN_DEPENDS= p5-DateTime>0:${PORTSDIR}/devel/p5-DateTime \ p5-DateTime-Format-ISO8601>0.06:${PORTSDIR}/devel/p5-DateTime-Format-ISO8601 \ p5-DateTime-Format-Strptime>0:${PORTSDIR}/devel/p5-DateTime-Format-Strptime \ @@ -29,6 +33,7 @@ RUN_DEPENDS= p5-DateTime>0:${PORTSDIR}/devel/p5-DateTime \ p5-Net-DNS>0:${PORTSDIR}/dns/p5-Net-DNS \ p5-MIME-Tools>0:${PORTSDIR}/mail/p5-MIME-Tools +NO_ARCH= yes USES= perl5 USE_PERL5= configure |