aboutsummaryrefslogtreecommitdiff
path: root/www/p5-HTML-Field/Makefile
blob: eaae50ae8dfa5eef23e636e582f81555cd7adc65 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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=	Perl module to generate HTML form elements

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>