# New ports collection makefile for: textproc/p5-Text-MagicTemplate # Date created: October 18th 2003 # Whom: Cheng-Lung Sung # # $FreeBSD$ # PORTNAME= Text-MagicTemplate PORTVERSION= 3.11 PORTEPOCH= 1 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Text PKGNAMEPREFIX= p5- MAINTAINER= clsung@dragon2.net COMMENT= A Perl Module with magic merger of runtime values with templates PERL_CONFIGURE= YES MAN3= Text::MagicTemplate.3 \ Bundle::Text::MagicTemplate.3 \ Text::MagicTemplate::Zone.3 .include .if ${PERL_LEVEL} < 500601 IGNORE= This port requires perl 5.6.1 or later. Install lang/perl5 then try again .endif .include