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

NO_STAGE=   yes
.include <bsd.port.mk>