63d09c9c9b
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi)
37 lines
1022 B
Makefile
37 lines
1022 B
Makefile
# New ports collection makefile for: Dancer-Plugin-Email
|
|
# Date created: 30 Dec 2010
|
|
# Whom: Grzegorz Blach <magik@roorback.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Dancer-Plugin-Email
|
|
PORTVERSION= 0.1300
|
|
CATEGORIES= mail perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:IRONCAMEL
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= magik@roorback.net
|
|
COMMENT= Simple email handling for Dancer applications
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
RUN_DEPENDS= p5-Dancer>=1.2:${PORTSDIR}/www/p5-Dancer \
|
|
p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL \
|
|
p5-Email-Stuff>=2.102:${PORTSDIR}/mail/p5-Email-Stuff \
|
|
p5-Hash-Merge>=0.12:${PORTSDIR}/textproc/p5-Hash-Merge \
|
|
p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \
|
|
p5-Net-SMTP-SSL>=0:${PORTSDIR}/mail/p5-Net-SMTP-SSL \
|
|
p5-Net-SMTP-TLS>=0:${PORTSDIR}/mail/p5-Net-SMTP-TLS \
|
|
p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Dancer::Plugin::README.3 \
|
|
Dancer::Plugin::Email.3
|
|
|
|
.include <bsd.port.mk>
|