freebsd-ports/mail/extman/Makefile
Dmitry Marakasov 812ee284a1 - Fix dependency on p5-DBD-LDAP
PR:		134657
Submitted by:	myself
Approved by:	chifeng <chifeng@gmail.com> (maintainer)
2009-05-19 02:15:42 +00:00

38 lines
981 B
Makefile

# New ports collection makefile for: extman
# Date created: 3 April 2007
# Whom: Chifeng QU <chifeng@gmail.com>
#
# $FreeBSD$
#
PORTNAME= extman
PORTVERSION= 1.0.0
CATEGORIES= mail
MASTER_SITES= http://www.chifeng.name/dist/extman/%SUBDIR%/ \
http://mirror3.extmail.net/dist/%SUBDIR%/
MAINTAINER?= chifeng@gmail.com
COMMENT= Web interface to manage Virtual Accounts
USE_PERL5= yes
NO_BUILD= yes
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD
OPTIONS= MySQL "Use MySQL support" On \
LDAP "Use LDAP support" Off
.include <bsd.port.pre.mk>
.if defined(WITH_MySQL)
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql
.endif
.if defined(WITH_LDAP)
RUN_DEPENDS+= ${SITE_PERL}/DBD/LDAP.pm:${PORTSDIR}/databases/p5-DBD-LDAP
.endif
do-install:
@cd ${WRKSRC} && ${COPYTREE_SHARE} . ${WWWDIR}
.include <bsd.port.post.mk>