diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2010-06-07 20:33:22 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2010-06-07 20:33:22 +0000 |
commit | 10757b20e22cf7f20c5ea539749d401f8eec3ae2 (patch) | |
tree | e1305892420ce79f7ed2adacb09cc78d84942ac2 /mail/squirrelmail-login_notes-plugin | |
parent | 537f6b1cb05c2b032b0254310aa8955c38537293 (diff) | |
download | freebsd-ports-10757b20e22cf7f20c5ea539749d401f8eec3ae2.zip |
- Utilise common bsd.squirrelmail.mk
- Add LICENSE
- No PORTREVISION bump, as there is no change in functionality
Requested by: itetcu
Diffstat (limited to 'mail/squirrelmail-login_notes-plugin')
-rw-r--r-- | mail/squirrelmail-login_notes-plugin/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/mail/squirrelmail-login_notes-plugin/Makefile b/mail/squirrelmail-login_notes-plugin/Makefile index 159b8f1b317c..870cb626e276 100644 --- a/mail/squirrelmail-login_notes-plugin/Makefile +++ b/mail/squirrelmail-login_notes-plugin/Makefile @@ -6,21 +6,17 @@ PORTNAME= login_notes PORTVERSION= 1.2 -CATEGORIES= mail www -MASTER_SITES= http://www.squirrelmail.org/plugins/ -PKGNAMEPREFIX= squirrelmail- -PKGNAMESUFFIX= -plugin DISTNAME= ${SQUIRREL_PLUGIN_NAME}-${PORTVERSION}-1.4.0 DIST_SUBDIR= squirrelmail MAINTAINER= tabthorpe@FreeBSD.org COMMENT= Place notes on the login screen -RUN_DEPENDS= ${SQUIRRELDIR}/plugins/compatibility:${PORTSDIR}/mail/squirrelmail-compatibility-plugin +LICENSE= GPLv2 -USE_PERL5_RUN= yes +RUN_DEPENDS+= ${SQUIRRELDIR}/plugins/compatibility:${PORTSDIR}/mail/squirrelmail-compatibility-plugin -SUB_FILES= pkg-message +USE_PERL5_RUN= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/mail/squirrelmail/bsd.squirrelmail.mk" |