freebsd-ports/devel/p5-PatchReader/Makefile
Marcelo Araujo 4aaab89f57 - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.
PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
2008-04-17 14:30:31 +00:00

29 lines
685 B
Makefile

# New ports collection makefile for: p5-PatchReader
# Date created: 2004-02-11
# Whom: Toni Viemerö <toni.viemero@iki.fi>
#
# $FreeBSD$
#
PORTNAME= PatchReader
PORTVERSION= 0.9.5
CATEGORIES= devel perl5
MASTER_SITES=CPAN
MASTER_SITE_SUBDIR= ../by-authors/id/J/JK/JKEISER
PKGNAMEPREFIX= p5-
MAINTAINER= toni.viemero@iki.fi
COMMENT= Perl module with utilities to read and manipulate patches and CVS
PERL_CONFIGURE= yes
MAN3= PatchReader.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
BUILD_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp
RUN_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp
.endif
.include <bsd.port.post.mk>