freebsd-ports/www/p5-Markup-Perl/Makefile
Philip M. Gollucci b59621d3ae - Revert ports/165605 as requested by portmgr@
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.

PR:             ports/165605
Approved by:    portmgr (bapt)
Feature safe:   yes (I sure hope so)
2012-03-13 16:15:36 +00:00

30 lines
634 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.pre.mk>
.if ${PERL_LEVEL} < 500805
RUN_DEPENDS= ${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm
.endif
.include <bsd.port.post.mk>