1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/www/p5-HTML/Makefile
James FitzGibbon 67f2b0e5df Upgrade all ports requiring perl5.003 to perl5.004
Remove p5-CGI.pm and p5-ExtUtils-Embed; they are now part of the perl5.004 distribution.
1997-05-24 13:17:16 +00:00

29 lines
753 B
Makefile

# New ports collection makefile for: p5-HTML
# Version required: 0.6
# Date created: October 20th 1996
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
# $Id: Makefile,v 1.4 1997/04/20 13:53:14 wosch Exp $
#
DISTNAME= HTML-0.6
PKGNAME= p5-HTML-0.6
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= HTML
MAINTAINER= jfitz@FreeBSD.ORG
BUILD_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5
RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5
NO_WRKSUBDIR= YES
NO_BUILD= YES
do-install:
@ ${MKDIR} -p ${PREFIX}/lib/perl5/site_perl/HTML/
@ ${INSTALL_DATA} ${WRKDIR}/HTML/Base.pm ${PREFIX}/lib/perl5/site_perl/HTML/
@ ${INSTALL_DATA} ${WRKDIR}/html_base.pod ${PREFIX}/lib/perl5/site_perl/
.include <bsd.port.mk>