freebsd-ports/textproc/p5-Data-FormValidator/Makefile
Patrick Li 1dac395b45 Update to 1.10
PR:		37438
Submitted by:	maintainer
2002-04-25 19:59:03 +00:00

22 lines
501 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.10
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/M/MA/MARKSTOS
PKGNAMEPREFIX= p5-
MAINTAINER= svenasse@polaris.ca
PERL_CONFIGURE= yes
MAN3= Data::FormValidator.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>