1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/devel/p5-VCS-CVS/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

22 lines
460 B
Makefile

# Created by: Anatoliy Dmytriyev <tolid@plab.ku.dk>
# $FreeBSD$
PORTNAME= VCS-CVS
PORTVERSION= 2.06
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= http://savage.net.au/Perl-modules/ \
http://tolid.eu.org/VCSCVS/
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module that provides a simple interface to CVS
BUILD_DEPENDS= p5-Test-Pod>=0:devel/p5-Test-Pod
USES= perl5 tar:tgz
USE_PERL5= modbuild
NO_ARCH= yes
.include <bsd.port.mk>