freebsd-ports/mail/squirrelmail-avelsieve-plugin/Makefile
Thomas Abthorpe f7f3f5b942 - Use USE_PERL5_RUN instead of USE_PERL5_BUILD
- Move perl dependency before <bsd.port.pre.mk>
- Adopt mail/squirrelmail-login_notes-plugin while I am here
- There is no bump as the same functionality is maintained

Requested by:	linimon
Approved by:	portmgr (linimon)
2009-11-10 19:23:06 +00:00

25 lines
669 B
Makefile

# New ports collection makefile for: squirrelmail-avelsieve-plugin
# Date created: 28 Jun 2007
# Whom: Neil Darlow <neil@darlow.co.uk>
#
# $FreeBSD$
PORTNAME= avelsieve
PORTVERSION= 1.9.7
PORTREVISION= 2
DIST_SUBDIR= squirrelmail
MAINTAINER= neil@darlow.co.uk
COMMENT= SquirrelMail plugin for Server-Side Mail Filtering management
USE_PERL5_RUN= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/mail/squirrelmail/bsd.squirrelmail.mk"
pre-install:
${RM} -Rf ${WRKSRC}/${SQUIRREL_PLUGIN_NAME}/po
${FIND} ${WRKSRC}/${SQUIRREL_PLUGIN_NAME} -type f \
\( -name '.cvsignore' -o -name '*.bak' -o -name '*.orig' \) -exec ${RM} {} \;
.include <bsd.port.post.mk>