mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
a84c115a09
Approved by: portmgr (not really, but touches unstaged ports)
22 lines
429 B
Makefile
22 lines
429 B
Makefile
# Created by: clsung
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= SVN-ACL
|
|
PORTVERSION= 0.02
|
|
PORTREVISION= 5
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Simple ACL frontend for subversion
|
|
|
|
BUILD_DEPENDS= p5-subversion>=0:${PORTSDIR}/devel/p5-subversion \
|
|
p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= perl5 tar:tgz
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|