freebsd-ports/devel/p5-SVN-Access/Makefile
Greg Larkin 4f0146064c - Updated to 0.06
Enhancements to keep Subversion groups and ACLs in the same order when
the ACL file is rewritten.

Reported by:	portscout via miwi
2010-12-09 23:54:17 +00:00

37 lines
1 KiB
Makefile

# New ports collection makefile for: p5-SVN-Access
# Date created: 2008-02-11
# Whom: Greg Larkin <glarkin@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= SVN-Access
PORTVERSION= 0.06
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= glarkin@FreeBSD.org
COMMENT= Perl extension to manipulate SVN Access files
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/SVN/Base.pm:${PORTSDIR}/devel/p5-subversion \
p5-Tie-IxHash>=1.21:${PORTSDIR}/devel/p5-Tie-IxHash
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/SVN/Base.pm:${PORTSDIR}/devel/p5-subversion \
p5-Tie-IxHash>=1.21:${PORTSDIR}/devel/p5-Tie-IxHash
PERL_CONFIGURE= yes
MAN3= SVN::Access.3 \
SVN::Access::Group.3 \
SVN::Access::Resource.3
.if !defined(NOPORTEXAMPLES)
post-install:
@cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${EXAMPLESDIR}
@${FIND} ${EXAMPLESDIR} -name \*.pl -type f -print0 | \
${XARGS} -0 ${CHMOD} 755
@${ECHO_CMD} '@exec ${FIND} ${EXAMPLESDIR} -name \*.pl -type f -print0 | \
${XARGS} -0 ${CHMOD} 755' >> ${TMPPLIST}
.endif
.include <bsd.port.mk>