aboutsummaryrefslogblamecommitdiff
path: root/www/p5-Markup-Perl/Makefile
blob: 9a452566dd232b0411ed0c55d947f336ab5472dd (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                            
                                     


                                          
                                

                                                                      




                              






                                                             
# 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>