freebsd-ports/devel/p5-SVN-ACL/Makefile
Martin Wilke 4a06478931 - Bump PORTREVISION after apr update
PR:		125270 125271 125272 125278 125281 125282
		125284 125285 125287 125288 125289 125290
		125291 125292 125293 125295 125296 125297
		125300
Submitted by:	rodrigc
2008-07-07 12:37:21 +00:00

28 lines
568 B
Makefile

# New ports collection makefile for: devel/p5-SVN-ACL
# Date created: Jan 2006
# Whom: clsung
#
# $FreeBSD$
#
PORTNAME= SVN-ACL
PORTVERSION= 0.02
PORTREVISION= 3
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
EXTRACT_SUFX= .tgz
MAINTAINER= clsung@FreeBSD.org
COMMENT= A simple ACL frontend for subversion
BUILD_DEPENDS= \
${SITE_PERL}/${PERL_ARCH}/SVN/Core.pm:${PORTSDIR}/devel/p5-subversion \
${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= SVN::ACL.3
.include <bsd.port.mk>