a794e1536c
- Move to perl@FreeBSD.org PR: ports/106522 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
37 lines
945 B
Makefile
37 lines
945 B
Makefile
# New ports collection makefile for: p5-Text-Trac
|
|
# Date created: 2006-07-19
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Text-Trac
|
|
PORTVERSION= 0.05
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Text
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl extension for formatting text with Trac Wiki Style
|
|
|
|
RUN_DEPENDS= ${SITE_PERL}/Class/Accessor/Fast.pm:${PORTSDIR}/devel/p5-Class-Accessor \
|
|
${SITE_PERL}/Class/Data/Inheritable.pm:${PORTSDIR}/devel/p5-Class-Data-Inheritable \
|
|
${SITE_PERL}/UNIVERSAL/require.pm:${PORTSDIR}/devel/p5-UNIVERSAL-require
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Text::Trac.3
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 500600
|
|
post-patch:
|
|
${PERL} -pi -e 's/^use warnings;//g' ${WRKSRC}/Makefile.PL
|
|
.endif
|
|
|
|
.if ${PERL_LEVEL} < 500602
|
|
BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|