aboutsummaryrefslogtreecommitdiff
path: root/www/p5-HTML-Field/Makefile
blob: c347bce0cefaff765577c3842b00036fcce48519 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:	HTML::Field
# Date created:				28 November 2009
# Whom:					Sahil Tandon <sahil@tandon.net>
#
# $FreeBSD$
#

PORTNAME=	HTML-Field
PORTVERSION=	1.19
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	sahil@FreeBSD.org
COMMENT=	A perl module to generate HTML form elements

MAN3=		HTML::Field.3 \
		HTML::FieldForm.3

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>