diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-09-15 08:58:46 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-09-15 08:58:46 +0000 |
commit | cb41fc662313ab27e3a613a60d4b23ce1729fe98 (patch) | |
tree | b3585081f87b103f4a238f835baf3a4bd7baf4e3 /comms | |
parent | cc956d4fd48206fb851b41273022cfaba4ebaae5 (diff) | |
download | ports-cb41fc662313ab27e3a613a60d4b23ce1729fe98.tar.gz ports-cb41fc662313ab27e3a613a60d4b23ce1729fe98.zip |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/p5-Cisco-UCS/Makefile | 2 | ||||
-rw-r--r-- | comms/p5-Device-Modem/Makefile | 2 | ||||
-rw-r--r-- | comms/p5-Device-SerialPort/Makefile | 2 | ||||
-rw-r--r-- | comms/p5-Fax-Hylafax-Client/Makefile | 2 | ||||
-rw-r--r-- | comms/p5-SMS-Send/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/comms/p5-Cisco-UCS/Makefile b/comms/p5-Cisco-UCS/Makefile index 4a4164d94a00..3359b438b8b8 100644 --- a/comms/p5-Cisco-UCS/Makefile +++ b/comms/p5-Cisco-UCS/Makefile @@ -12,7 +12,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= snowfly@yuntech.edu.tw COMMENT= Perl interface to the Cisco UCS XML API -LICENSE= ART10 GPLv1 +LICENSE= ART10 GPLv1+ LICENSE_COMB= dual BUILD_DEPENDS= p5-HTTP-Message>=0:www/p5-HTTP-Message \ diff --git a/comms/p5-Device-Modem/Makefile b/comms/p5-Device-Modem/Makefile index 056ae38fc666..9ff82f072cc4 100644 --- a/comms/p5-Device-Modem/Makefile +++ b/comms/p5-Device-Modem/Makefile @@ -11,7 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl class to interface generic modems (AT-compliant) -LICENSE= ART10 GPLv1 +LICENSE= ART10 GPLv1+ LICENSE_COMB= dual BUILD_DEPENDS= p5-Device-SerialPort>=0:comms/p5-Device-SerialPort diff --git a/comms/p5-Device-SerialPort/Makefile b/comms/p5-Device-SerialPort/Makefile index 0a94f98c72f9..2e018f60dbfc 100644 --- a/comms/p5-Device-SerialPort/Makefile +++ b/comms/p5-Device-SerialPort/Makefile @@ -12,7 +12,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:C/0+$//} MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 module for simple serial port control -LICENSE= ART10 GPLv1 +LICENSE= ART10 GPLv1+ LICENSE_COMB= dual USES= perl5 diff --git a/comms/p5-Fax-Hylafax-Client/Makefile b/comms/p5-Fax-Hylafax-Client/Makefile index 902df791f8a4..a6293880ba08 100644 --- a/comms/p5-Fax-Hylafax-Client/Makefile +++ b/comms/p5-Fax-Hylafax-Client/Makefile @@ -11,7 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Simple Perl client for the HylaFAX fax server -LICENSE= ART10 GPLv1 +LICENSE= ART10 GPLv1+ LICENSE_COMB= dual NO_ARCH= yes diff --git a/comms/p5-SMS-Send/Makefile b/comms/p5-SMS-Send/Makefile index 89bd3d4b7720..78c15d10d308 100644 --- a/comms/p5-SMS-Send/Makefile +++ b/comms/p5-SMS-Send/Makefile @@ -11,7 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= snowfly@yuntech.edu.tw COMMENT= Driver-based API for sending SMS messages -LICENSE= ART10 GPLv1 +LICENSE= ART10 GPLv1+ LICENSE_COMB= dual BUILD_DEPENDS= p5-Class-Adapter>=1.05:devel/p5-Class-Adapter \ |