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

23 lines
472 B
Makefile
Raw Normal View History

# New ports collection makefile for: p5-HTML-Stream
# Date created: October 20th 1996
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
1999-08-31 04:43:35 +02:00
# $FreeBSD$
#
PORTNAME= HTML-Stream
2004-01-11 09:19:03 +01:00
PORTVERSION= 1.55
1997-04-20 15:53:29 +02:00
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= HTML
PKGNAMEPREFIX= p5-
2003-06-12 18:41:16 +02:00
MAINTAINER= erwin@FreeBSD.org
2003-02-21 15:08:24 +01:00
COMMENT= Perl5 HTML output stream class, and some markup utilities
PERL_CONFIGURE= YES
MAN3= HTML::Stream.3
.include <bsd.port.mk>