svn commit: r383686 - head/print/pecl-ps
Mikhail Teterin
mi at FreeBSD.org
Fri Apr 10 01:06:02 UTC 2015
Author: mi
Date: Fri Apr 10 01:06:01 2015
New Revision: 383686
URL: https://svnweb.freebsd.org/changeset/ports/383686
Log:
Add license (PHP-2.02), remove redundant DISTNAME setting.
Modified:
head/print/pecl-ps/Makefile
Modified: head/print/pecl-ps/Makefile
==============================================================================
--- head/print/pecl-ps/Makefile Fri Apr 10 01:03:36 2015 (r383685)
+++ head/print/pecl-ps/Makefile Fri Apr 10 01:06:01 2015 (r383686)
@@ -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 at fromorbit.com
COMMENT= PHP extension for pslib to generate postscript
+LICENSE= PHP202
+
LIB_DEPENDS= libps.so:${PORTSDIR}/print/pslib
USES= tar:tgz
More information about the svn-ports-head
mailing list