freebsd-ports/devel/p5-VCS-Lite/Makefile
2021-04-06 16:31:07 +02:00

20 lines
358 B
Makefile

# Created by: ijliao
PORTNAME= VCS-Lite
PORTVERSION= 0.12
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Minimal version control system
LICENSE= ART20
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Algorithm-Diff>=1.13:devel/p5-Algorithm-Diff
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>