diff options
author | joneum <joneum@FreeBSD.org> | 2019-01-11 01:05:37 +0800 |
---|---|---|
committer | joneum <joneum@FreeBSD.org> | 2019-01-11 01:05:37 +0800 |
commit | 15cd8f46cad3b297b783ab0f809e0a5cccb262bd (patch) | |
tree | 5256cd6be8a587164e67391a2c32771a1a9d8682 | |
parent | db089272007d72a5592b6e59955ba7ed98dfed72 (diff) | |
download | freebsd-ports-gnome-15cd8f46cad3b297b783ab0f809e0a5cccb262bd.tar.gz freebsd-ports-gnome-15cd8f46cad3b297b783ab0f809e0a5cccb262bd.tar.zst freebsd-ports-gnome-15cd8f46cad3b297b783ab0f809e0a5cccb262bd.zip |
-Add LICENSE
Sponsored by: Netzkommune GmbH
-rw-r--r-- | devel/pear-HTML_Page2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/pear-HTML_Page2/Makefile b/devel/pear-HTML_Page2/Makefile index 36de81193498..ce468ac19520 100644 --- a/devel/pear-HTML_Page2/Makefile +++ b/devel/pear-HTML_Page2/Makefile @@ -9,6 +9,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}beta MAINTAINER= joneum@FreeBSD.org COMMENT= PEAR base class for XHTML page generation +LICENSE= PHP30 + BUILD_DEPENDS= ${PEARDIR}/HTML/Common.php:devel/pear-HTML_Common@${PHP_FLAVOR} RUN_DEPENDS= ${PEARDIR}/HTML/Common.php:devel/pear-HTML_Common@${PHP_FLAVOR} |