f7f3f5b942
- 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)
25 lines
605 B
Makefile
25 lines
605 B
Makefile
# New ports collection makefile for: squirrelmail-spam-buttons-plugin
|
|
# Date created: 2008-02-16
|
|
# Whom: Ion-Mihai "IOnut" Tetcu <itetcu@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= spam-buttons
|
|
PORTVERSION= 2.2
|
|
DISTNAME= ${SQUIRREL_PLUGIN_NAME}-${PORTVERSION}-1.4.0
|
|
DIST_SUBDIR= squirrelmail
|
|
|
|
MAINTAINER= itetcu@FreeBSD.org
|
|
COMMENT= Provides buttons with customizable action (for reporting spam, etc.)
|
|
|
|
USE_SM_COMPAT= yes
|
|
USE_PERL5_RUN= yes
|
|
|
|
SQUIRREL_PLUGIN_NAME= ${PORTNAME:S/-/_/}
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.include "${PORTSDIR}/mail/squirrelmail/bsd.squirrelmail.mk"
|
|
|
|
.include <bsd.port.post.mk>
|