freebsd-ports/textproc/p5-Data-FormValidator/Makefile
Anton Berezin e289438db3 Update to 1.7.
PR:		31758
Submitted by:	maintainer
2001-11-05 12:41:14 +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.7
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>