1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/textproc/p5-Petal/Makefile
Jun Kuriyama 3dece93ee2 - Remove unneeded dependencies which is in perl-5.8.9 dist
(part 7).

Approved by:	portmgr (itetcu)
2010-01-26 12:36:19 +00:00

31 lines
643 B
Makefile

# New ports collection makefile for: p5-Petal
# Date created: 25 May 2006
# Whom: Aaron Dalton <aaron@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Petal
PORTVERSION= 2.19
PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/B/BP/BPOSTLE
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Perl Template Attribute Language - TAL for Perl!
BUILD_DEPENDS= ${SITE_PERL}/MKDoc/XML.pm:${PORTSDIR}/textproc/p5-MKDoc-XML
RUN_DEPENDS= ${BUILD_DEPENDS}
MAN3= Petal.3 \
Petal::Cookbook.3 \
Petal::Deprecated.3 \
Petal::Hash::Test.3 \
Petal::I18N.3
PERL_CONFIGURE= yes
.include <bsd.port.mk>