diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-08 22:04:31 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-08 22:04:31 +0800 |
commit | 1ca7035fe3cb5fe49d683ca68cfe7e2a07eec643 (patch) | |
tree | e26bee57a53eaac3bf622e1062881b6e3025a989 /security/mailzu | |
parent | e0a316c9b1390564b1505b3c51e9cbc26937de8a (diff) | |
download | freebsd-ports-gnome-1ca7035fe3cb5fe49d683ca68cfe7e2a07eec643.tar.gz freebsd-ports-gnome-1ca7035fe3cb5fe49d683ca68cfe7e2a07eec643.tar.zst freebsd-ports-gnome-1ca7035fe3cb5fe49d683ca68cfe7e2a07eec643.zip |
- Add LICENSE
Diffstat (limited to 'security/mailzu')
-rw-r--r-- | security/mailzu/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/mailzu/Makefile b/security/mailzu/Makefile index 48ca13d20520..1a562ef70238 100644 --- a/security/mailzu/Makefile +++ b/security/mailzu/Makefile @@ -11,6 +11,9 @@ DISTNAME= MailZu_${DISTVERSION:S/rc/RC/} MAINTAINER= ports@FreeBSD.org COMMENT= Simple and intuitive web interface to manage amavisd-new quarantine +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE + RUN_DEPENDS= ${LOCALBASE}/sbin/amavisd:${PORTSDIR}/security/amavisd-new \ ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB \ ${PEARDIR}/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime \ |