2005-05-26 20:44:26 +02:00
|
|
|
# New ports collection makefile for: p5-Smart-Comments
|
|
|
|
# Date created: 24 May 2005
|
|
|
|
# Whom: Aaron Dalton <aaron@daltons.ca>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Smart-Comments
|
2008-04-29 12:24:32 +02:00
|
|
|
PORTVERSION= 1.0.3
|
2005-05-26 20:44:26 +02:00
|
|
|
CATEGORIES= devel perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2005-05-26 20:44:26 +02:00
|
|
|
MASTER_SITE_SUBDIR= ../../authors/id/D/DC/DCONWAY
|
|
|
|
PKGNAMEPREFIX= p5-
|
2006-05-10 05:42:51 +02:00
|
|
|
DISTNAME= ${PORTNAME}-v${PORTVERSION}
|
2005-05-26 20:44:26 +02:00
|
|
|
|
2008-04-29 07:27:09 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2005-05-26 20:44:26 +02:00
|
|
|
COMMENT= Comments that do more than just sit there
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/Filter/Simple.pm:${PORTSDIR}/textproc/p5-Filter-Simple \
|
|
|
|
${SITE_PERL}/Text/Balanced.pm:${PORTSDIR}/textproc/p5-Text-Balanced \
|
|
|
|
${SITE_PERL}/${PERL_ARCH}/version.pm:${PORTSDIR}/devel/p5-version \
|
|
|
|
${SITE_PERL}/${PERL_ARCH}/List/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils \
|
|
|
|
${SITE_PERL}/${PERL_ARCH}/Data/Dumper.pm:${PORTSDIR}/devel/p5-Data-Dumper
|
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
2006-05-10 05:42:51 +02:00
|
|
|
PERL_MODBUILD= yes
|
2005-05-26 20:44:26 +02:00
|
|
|
|
|
|
|
MAN3= Smart::Comments.3
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${FIND} ${WRKSRC} -type f -name '*.orig' -exec ${RM} -f {} \;
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|