freebsd-ports/textproc/p5-Data-FormValidator/Makefile
Patrick Li b902395216 Update to 1.9
PR:		35263
Submitted by:	maintainer
2002-02-24 05:14:51 +00:00

22 lines
474 B
Makefile

# New ports collection makefile for: Data::FormValidator
# Date created: 27 Oct 2001
# Whom: Seamus Venasse <svenasse@polaris.ca>
#
# $FreeBSD$
#
PORTNAME= Data-FormValidator
PORTVERSION= 1.9
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Data
PKGNAMEPREFIX= p5-
MAINTAINER= svenasse@polaris.ca
PERL_CONFIGURE= yes
MAN3= Data::FormValidator.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>