1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/www/p5-HTML-Stream/Makefile
Justin M. Seger f69467674b Perl fixes
1998-08-23 13:56:19 +00:00

26 lines
601 B
Makefile

# New ports collection makefile for: p5-HTML-Stream
# Version required: 1.44
# Date created: October 20th 1996
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
# $Id: Makefile,v 1.9 1998/02/18 18:24:01 vanilla Exp $
#
DISTNAME= HTML-Stream-1.44
PKGNAME= p5-HTML-Stream-1.44
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= HTML
MAINTAINER= jfitz@FreeBSD.ORG
USE_PERL5= YES
MAN3= HTML::Stream.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
do-configure:
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
.include <bsd.port.mk>