freebsd-ports/devel/p5-SVN-ACL/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

21 lines
405 B
Makefile

# Created by: clsung
# $FreeBSD$
PORTNAME= SVN-ACL
PORTVERSION= 0.02
PORTREVISION= 6
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Simple ACL frontend for subversion
BUILD_DEPENDS= p5-subversion>=0:devel/p5-subversion \
p5-YAML>=0:textproc/p5-YAML
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5 tar:tgz
USE_PERL5= configure
.include <bsd.port.mk>