freebsd-ports/www/p5-HTML-Stream/Makefile
Anton Berezin 7de96ed9a9 Update to 1.54. Assign the submitter to be the maintainer.
PR:		38510
Submitted by:	Erwin Lansing <erwin@lansing.dk>
2002-05-28 14:38:10 +00:00

22 lines
451 B
Makefile

# New ports collection makefile for: p5-HTML-Stream
# Date created: October 20th 1996
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= HTML-Stream
PORTVERSION= 1.54
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= HTML
PKGNAMEPREFIX= p5-
MAINTAINER= erwin@lansing.dk
PERL_CONFIGURE= YES
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= HTML::Stream.3
.include <bsd.port.mk>