1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/mail/p5-Dancer-Plugin-Email/Makefile
Frederic Culot 3516132de3 - Update to 0.1300 [1]
- Add LICENSE (Artistic 1 & GPLv1)
- Add Dancer::Plugin::README to MAN3 and pkg-plist

Changes:	http://search.cpan.org/dist/Dancer-Plugin-Email/CHANGES
PR:		ports/159041 [1]
Submitted by:	Grzegorz Blach <magik@roorback.net> (maintainer)
2011-07-20 11:15:13 +00:00

37 lines
1021 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>