svn commit: r334526 - head/net/pecl-gupnp
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Nov 21 21:14:51 UTC 2013
Author: sunpoet
Date: Thu Nov 21 21:14:50 2013
New Revision: 334526
URL: http://svnweb.freebsd.org/changeset/ports/334526
Log:
- Add LICENSE
- Support STAGEDIR
Modified:
head/net/pecl-gupnp/Makefile
Modified: head/net/pecl-gupnp/Makefile
==============================================================================
--- head/net/pecl-gupnp/Makefile Thu Nov 21 21:12:50 2013 (r334525)
+++ head/net/pecl-gupnp/Makefile Thu Nov 21 21:14:50 2013 (r334526)
@@ -12,13 +12,14 @@ DIST_SUBDIR= PECL
MAINTAINER= sunpoet at FreeBSD.org
COMMENT= GUPnP wrapper extension
+LICENSE= PHP301
+
LIB_DEPENDS= libgupnp-1.0.so:${PORTSDIR}/net/gupnp
USE_PHP= yes
USE_PHPEXT= yes
USES= pkgconfig
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's| -ldl||g' ${WRKSRC}/config.m4
More information about the svn-ports-head
mailing list