diff options
Diffstat (limited to 'www/p5-HTML-MagicTemplate/Makefile')
-rw-r--r-- | www/p5-HTML-MagicTemplate/Makefile | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/www/p5-HTML-MagicTemplate/Makefile b/www/p5-HTML-MagicTemplate/Makefile deleted file mode 100644 index b3f2e9f2347c..000000000000 --- a/www/p5-HTML-MagicTemplate/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: www/p5-HTML-MagicTemplate -# Date created: October 18th 2003 -# Whom: Cheng-Lung Sung <clsung@dragon2.net> -# -# $FreeBSD$ -# - -PORTNAME= HTML-MagicTemplate -PORTVERSION= 3.11 -CATEGORIES= www perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= HTML -PKGNAMEPREFIX= p5- - -MAINTAINER= clsung@dragon2.net -COMMENT= A Perl Module for using Text::MagicTemplate in a HTML env - -BUILD_DEPENDS= ${SITE_PERL}/Text/MagicTemplate.pm:${PORTSDIR}/textproc/p5-Text-MagicTemplate \ - ${SITE_PERL}/HTML/TableTiler.pm:${PORTSDIR}/www/p5-HTML-TableTiler \ - ${SITE_PERL}/HTML/FillInForm.pm:${PORTSDIR}/www/p5-HTML-FillInForm -RUN_DEPENDS= ${BUILD_DEPENDS} - -PERL_CONFIGURE= YES - -MAN3= HTML::MagicTemplate.3 - -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500601 -IGNORE= This port requires perl 5.6.1 or later. Install lang/perl5 then try again -.endif - -.include <bsd.port.post.mk> |