diff options
author | mi <mi@FreeBSD.org> | 2015-04-10 09:06:01 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2015-04-10 09:06:01 +0800 |
commit | 23eda11a09d5a247f4d8a11aeaf5b8bf3304a06a (patch) | |
tree | 4df07d0cfef3ac011b50c5562ccde1078edf5ace /print/pecl-ps | |
parent | ba7c67ce4ce7361b4f85c7e5cfeaea86901a8216 (diff) | |
download | freebsd-ports-gnome-23eda11a09d5a247f4d8a11aeaf5b8bf3304a06a.tar.gz freebsd-ports-gnome-23eda11a09d5a247f4d8a11aeaf5b8bf3304a06a.tar.zst freebsd-ports-gnome-23eda11a09d5a247f4d8a11aeaf5b8bf3304a06a.zip |
Add license (PHP-2.02), remove redundant DISTNAME setting.
Diffstat (limited to 'print/pecl-ps')
-rw-r--r-- | print/pecl-ps/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/pecl-ps/Makefile b/print/pecl-ps/Makefile index 960aea846caa..d5e7c220e976 100644 --- a/print/pecl-ps/Makefile +++ b/print/pecl-ps/Makefile @@ -6,12 +6,13 @@ PORTVERSION= 1.3.7 CATEGORIES= print pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- -DISTNAME= ps-${PORTVERSION} DIST_SUBDIR= PECL MAINTAINER= alan@fromorbit.com COMMENT= PHP extension for pslib to generate postscript +LICENSE= PHP202 + LIB_DEPENDS= libps.so:${PORTSDIR}/print/pslib USES= tar:tgz |