freebsd-ports/devel/p5-VCP-Source-cvsbk/Makefile
Mathieu Arnold eabbfd75e3 ${RM} already has -f.
PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
2016-10-21 12:51:40 +00:00

26 lines
569 B
Makefile

# Created by: June-Yen Huang <jihuang@gate.sinica.edu.tw>
# $FreeBSD$
PORTNAME= VCP-Source-cvsbk
PORTVERSION= 0.11
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:CLKAO
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= VCP source driver for bk exported cvs repository
BUILD_DEPENDS= p5-VCP-autrijus>=0:devel/p5-VCP-autrijus \
p5-Module-Install>0:devel/p5-Module-Install
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
post-patch:
# Really old M::I code
${RM} -r ${WRKSRC}/inc
.include <bsd.port.mk>