freebsd-ports/www/p5-Catalyst-View-Email/Makefile
Pav Lucistnik 8a60d10be5 - Remove mail/p5-Email-MIME-Creator, it has been folded into mail/p5-Email-MIME
- Remove mail/p5-Email-MIME-Modifier, it has been folded into mail/p5-Email-MIME
- Remove mail/p5-Email-Simple-Creator, it has been folded into mail/p5-Email-Simple
- Adjust dependencies

Reported by:	pointyhat
With hat:	portmgr
2009-11-24 21:44:44 +00:00

35 lines
1 KiB
Makefile

# New ports collection makefile for: p5-Catalyst-View-Email
# Date created: 2007-06-04
# Whom: Tomoyuki Sakurai <cherry@trombik.org>
#
# $FreeBSD$
#
PORTNAME= Catalyst-View-Email
PORTVERSION= 0.13
PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Catalyst View for Email
RUN_DEPENDS= p5-Catalyst-Runtime>=5.7:${PORTSDIR}/www/p5-Catalyst-Runtime \
p5-Catalyst-Devel>=1.00:${PORTSDIR}/www/p5-Catalyst-Devel \
p5-Catalyst-View-TT>0:${PORTSDIR}/www/p5-Catalyst-View-TT \
p5-Catalyst-View-Mason>0:${PORTSDIR}/www/p5-Catalyst-View-Mason \
p5-Class-C3>=0:${PORTSDIR}/devel/p5-Class-C3 \
p5-Email-MIME>=1.859:${PORTSDIR}/mail/p5-Email-MIME \
p5-Email-Send>=2.185:${PORTSDIR}/mail/p5-Email-Send \
p5-parent>0:${PORTSDIR}/devel/p5-parent
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Catalyst::Helper::View::Email.3 \
Catalyst::Helper::View::Email::Template.3 \
Catalyst::View::Email.3 \
Catalyst::View::Email::Template.3
.include <bsd.port.mk>