2010-07-02 22:29:18 +02:00
|
|
|
# New ports collection makefile for: p5-Validator-Custom
|
|
|
|
# Date created: 2010-07-02
|
|
|
|
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Validator-Custom
|
2012-07-13 11:01:43 +02:00
|
|
|
PORTVERSION= 0.1500
|
2010-07-02 22:29:18 +02:00
|
|
|
CATEGORIES= textproc perl5
|
2010-07-27 02:08:14 +02:00
|
|
|
MASTER_SITES= CPAN
|
2011-03-24 15:33:12 +01:00
|
|
|
MASTER_SITE_SUBDIR= CPAN:KIMOTO
|
2010-07-02 22:29:18 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
2012-07-13 11:01:43 +02:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:C/00$//}
|
2010-07-02 22:29:18 +02:00
|
|
|
|
2010-09-22 19:10:26 +02:00
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
2010-07-02 22:29:18 +02:00
|
|
|
COMMENT= Validator::Custom for simple data validation
|
|
|
|
|
2012-07-11 10:43:06 +02:00
|
|
|
LICENSE= ART10 GPLv1
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
2011-03-24 15:33:12 +01:00
|
|
|
BUILD_DEPENDS= p5-Object-Simple>=3.0616:${PORTSDIR}/devel/p5-Object-Simple
|
2012-07-13 11:01:43 +02:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2012-01-20 03:00:41 +01:00
|
|
|
TEST_DEPENDS= p5-JSON>=2:${PORTSDIR}/converters/p5-JSON \
|
|
|
|
p5-Test-Pod>=1.22:${PORTSDIR}/devel/p5-Test-Pod
|
|
|
|
|
2010-07-02 22:29:18 +02:00
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
2010-10-19 10:43:03 +02:00
|
|
|
MAN3= Validator::Custom.3 \
|
2011-03-24 15:33:12 +01:00
|
|
|
Validator::Custom::Guide.3 \
|
|
|
|
Validator::Custom::Guide::Ja.3 \
|
2010-10-19 10:43:03 +02:00
|
|
|
Validator::Custom::Result.3
|
2010-07-02 22:29:18 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|