freebsd-ports/www/p5-HTML-Form/Makefile

29 lines
609 B
Makefile
Raw Normal View History

# New ports collection makefile for: p5-HTML-Form
# Date created: 2011-04-18
# Whom: Frederic Culot <culot@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= HTML-Form
PORTVERSION= 6.03
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Class that represents an HTML form element
BUILD_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
p5-HTTP-Message>=6.03:${PORTSDIR}/www/p5-HTTP-Message \
p5-URI>=1.10:${PORTSDIR}/net/p5-URI
RUN_DEPENDS:= ${BUILD_DEPENDS}
2011-04-19 19:50:25 +02:00
CONFLICTS= p5-libwww-5*
PERL_CONFIGURE= yes
MAN3= HTML::Form.3
.include <bsd.port.mk>