freebsd-ports/www/p5-HTML-Defaultify/Makefile
Andrej Zverev c28253388e - fix portlint(1) compliant
- fix Trim the headers

PR:		ports/172602
Submitted by:	Takefu <takefu@airport.fm> (maintainer)

Feature safe: yes
2012-10-13 07:46:59 +00:00

19 lines
443 B
Makefile

# Created by: Takefu <takefu@airport.fm>
# $FreeBSD$
PORTNAME= HTML-Defaultify
PORTVERSION= 1.01
CATEGORIES= www perl5
MASTER_SITES= http://www.jmarshall.com/tools/defaultify/releases/ \
CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= takefu@airport.fm
COMMENT= Perl module to populate HTML forms with default values
RUN_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser
PERL_CONFIGURE= yes
MAN3= HTML::Defaultify.3
.include <bsd.port.mk>