diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-12-11 18:03:54 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-12-11 18:03:54 +0800 |
commit | b37f48d40081cbf4719990d7ed379a7f9b5d0919 (patch) | |
tree | db7b2343931f7161b6d9264261b8dbcced53f6aa /print | |
parent | c8e898f6b3400c1359a8c59ba874c380ff2bef91 (diff) | |
download | freebsd-ports-gnome-b37f48d40081cbf4719990d7ed379a7f9b5d0919.tar.gz freebsd-ports-gnome-b37f48d40081cbf4719990d7ed379a7f9b5d0919.tar.zst freebsd-ports-gnome-b37f48d40081cbf4719990d7ed379a7f9b5d0919.zip |
- Add LICENSE
Approved by: portmgr (blanket)
Diffstat (limited to 'print')
-rw-r--r-- | print/p5-Net-CUPS/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/print/p5-Net-CUPS/Makefile b/print/p5-Net-CUPS/Makefile index 6b22cf9fc78b..9ba0c15c7555 100644 --- a/print/p5-Net-CUPS/Makefile +++ b/print/p5-Net-CUPS/Makefile @@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= vg@FreeBSD.org COMMENT= Interface to the CUPS API +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= cups-config:${PORTSDIR}/print/cups-client LIB_DEPENDS= libcupsimage.so:${PORTSDIR}/print/cups-image \ libcupsfilters.so:${PORTSDIR}/print/cups-filters |