diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-07-01 06:13:15 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-07-01 06:13:15 +0800 |
commit | c779f21a0e7bba52fa1fcbaef7c2b07547be8bc8 (patch) | |
tree | 4c924ad45384a7a5973cb38de401cc99a581bde9 /comms | |
parent | 837deb17d7495dd43d165c73d812ad58616f1b05 (diff) | |
download | freebsd-ports-gnome-c779f21a0e7bba52fa1fcbaef7c2b07547be8bc8.tar.gz freebsd-ports-gnome-c779f21a0e7bba52fa1fcbaef7c2b07547be8bc8.tar.zst freebsd-ports-gnome-c779f21a0e7bba52fa1fcbaef7c2b07547be8bc8.zip |
Remove Perl core modules
- Add LICENSE
- Add NO_ARCH
- Bump PORTREVISION for dependency change
Diffstat (limited to 'comms')
-rw-r--r-- | comms/p5-Fax-Hylafax-Client/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/comms/p5-Fax-Hylafax-Client/Makefile b/comms/p5-Fax-Hylafax-Client/Makefile index 51e509730b07..902df791f8a4 100644 --- a/comms/p5-Fax-Hylafax-Client/Makefile +++ b/comms/p5-Fax-Hylafax-Client/Makefile @@ -3,7 +3,7 @@ PORTNAME= Fax-Hylafax-Client PORTVERSION= 1.02 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,9 +11,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Simple Perl client for the HylaFAX fax server -BUILD_DEPENDS= p5-Net>=0:net/p5-Net -RUN_DEPENDS:= ${BUILD_DEPENDS} +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +NO_ARCH= yes USES= perl5 USE_PERL5= configure |