aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-HTML-Field/Makefile
blob: d3192ccb4e33da169272de3e9b1e78437da29c5d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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

PERL_CONFIGURE= yes

.include <bsd.port.mk>