diff options
Diffstat (limited to 'textproc/libmrss-php/Makefile')
-rw-r--r-- | textproc/libmrss-php/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/textproc/libmrss-php/Makefile b/textproc/libmrss-php/Makefile index edeb2c831006..00682cb1cb50 100644 --- a/textproc/libmrss-php/Makefile +++ b/textproc/libmrss-php/Makefile @@ -11,6 +11,9 @@ PKGNAMESUFFIX= -php MAINTAINER= ports@FreeBSD.org COMMENT= PHP library for parsing, writing, and creating RSS +LICENSE= LGPL21 # or later +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libmrss.so:${PORTSDIR}/textproc/libmrss GNU_CONFIGURE= yes @@ -25,4 +28,7 @@ USE_PHPEXT= yes PHP_MODNAME= mrss WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/phpmrss +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/php/${PHP_EXT_DIR}/mrss.so + .include <bsd.port.mk> |