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

22 lines
426 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
2008-08-07 17:02:54 +02:00
PORTVERSION= 1.60
1997-04-20 15:53:29 +02:00
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@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>