freebsd-ports/textproc/p5-FormValidator-Simple/Makefile
Andrej Zverev a015f2e5d0 - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.

With perl@ hat
2011-09-08 08:36:43 +00:00

46 lines
1.7 KiB
Makefile

# New ports collection makefile for: FormValidator::Simple
# Date created: 21 Nov 2005
# Whom: Lars Balker Rasmussen <lbr@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= FormValidator-Simple
PORTVERSION= 0.28
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:LYOKATO
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Validation with simple chains of constraints
DEPRECATED= Depends on devel/p5-Class-Data-Accessor, which is deprecated
EXPIRATION_DATE= 2011-09-30
BUILD_DEPENDS= p5-Class-Accessor>=0.22:${PORTSDIR}/devel/p5-Class-Accessor \
p5-Class-Inspector>=1.13:${PORTSDIR}/devel/p5-Class-Inspector \
p5-Class-Data-Inheritable>=0.04:${PORTSDIR}/devel/p5-Class-Data-Inheritable \
p5-Class-Data-Accessor>=0.03:${PORTSDIR}/devel/p5-Class-Data-Accessor \
p5-UNIVERSAL-require>=0.10:${PORTSDIR}/devel/p5-UNIVERSAL-require \
p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools \
p5-Email-Valid>=0.15:${PORTSDIR}/mail/p5-Email-Valid \
p5-Email-Valid-Loose>=0.04:${PORTSDIR}/mail/p5-Email-Valid-Loose \
p5-Date-Calc>=5.4:${PORTSDIR}/devel/p5-Date-Calc \
p5-Tie-IxHash>=1.21:${PORTSDIR}/devel/p5-Tie-IxHash \
p5-YAML>=0.39:${PORTSDIR}/textproc/p5-YAML \
p5-List-MoreUtils>=0.16:${PORTSDIR}/lang/p5-List-MoreUtils \
p5-DateTime-Format-Strptime>=1.07:${PORTSDIR}/devel/p5-DateTime-Format-Strptime
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= FormValidator::Simple.3 \
FormValidator::Simple::Results.3
# included AutoInstall.pm bugs out on multi-dot version numbers, so let
# ports handle all the installation requirements...
post-extract:
@${PERL} -i.bak -ne 'print unless /^requires/' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>