86751c8063
lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
24 lines
507 B
Makefile
24 lines
507 B
Makefile
# New ports collection makefile for: p5-Markup-Perl
|
|
# Date created: 1 September 2008
|
|
# Whom: Jeremy Chadwick <koitsu@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Markup-Perl
|
|
PORTVERSION= 0.5
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:MMATHEWS
|
|
PKGNAMEPREFIX= p5-
|
|
DISTNAME= Markup-Perl-${PORTVERSION}
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Support perl code inside CGI scripts using simple tags
|
|
|
|
USE_PERL5= yes
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Markup::Perl.3
|
|
|
|
.include <bsd.port.mk>
|