7915e37acf
CPAN_AUTHOR is not necessary (anymore). Patch Makefile.PL to not try to use CPAN to load missing RUN_DEPENDS. ok simon@
32 lines
801 B
Makefile
32 lines
801 B
Makefile
# $OpenBSD: Makefile,v 1.4 2008/06/13 17:45:08 merdely Exp $
|
|
|
|
COMMENT= validate user input through a chain of constraints
|
|
|
|
MODULES= cpan
|
|
DISTNAME= FormValidator-Simple-0.23
|
|
CATEGORIES= devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= ::devel/p5-Class-Accessor \
|
|
:p5-Class-Data-Accessor->=0.03:devel/p5-Class-Data-Accessor \
|
|
::devel/p5-Class-Data-Inheritable \
|
|
::devel/p5-Class-Inspector \
|
|
::devel/p5-Date-Calc \
|
|
::devel/p5-DateTime-Format-Strptime \
|
|
::mail/p5-Email-Valid \
|
|
::mail/p5-Email-Valid-Loose \
|
|
::devel/p5-List-MoreUtils \
|
|
::mail/p5-Mail-Tools \
|
|
::devel/p5-Tie-IxHash \
|
|
::devel/p5-Universal-require \
|
|
::devel/p5-YAML
|
|
|
|
MAKE_ENV= TEST_POD=Yes
|
|
|
|
.include <bsd.port.mk>
|