opnsense-ports/devel/p5-VCS/Makefile
Franco Fichtner ab638330a3 */*: sync with upstream
Taken from: HardenedBSD
2018-07-10 15:45:37 +02:00

19 lines
377 B
Makefile

# Created by: Kimura Fuyuki <fuyuki@mj.0038.net>
# $FreeBSD$
PORTNAME= VCS
PORTVERSION= 0.25
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Library for generic Version Control System access in Perl
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-URI>=0:net/p5-URI
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>