1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/devel/p5-Rcs/Makefile
Marcelo Araujo 4aaab89f57 - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.
PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
2008-04-17 14:30:31 +00:00

39 lines
1021 B
Makefile

# New ports collection makefile for: devel/p5-Rcs
# Date created: 21 November 2002
# Whom: Anton Berezin <tobez@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Rcs
PORTVERSION= 1.05
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= Perl Object Class for Revision Control System (RCS)
PERL_CONFIGURE= yes
MAN3= Rcs.3
EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME}
EXAMPLES= access.pl ci.pl co-tree.pl co.pl comments.pl \
comments2.pl daterev.pl dates.pl parse.pl \
project/RCS/Rcs.pm,v project/RCS/testfile,v \
project/src/Rcs.pm project/src/testfile rcsclean.pl \
rcsdiff.pl revdate.pl rlog.pl symbols.pl symrev.pl \
test1.pl test2.pl test3.pl unlock.pl
post-install:
${MKDIR} ${EXAMPLESDIR}
${MKDIR} ${EXAMPLESDIR}/project
${MKDIR} ${EXAMPLESDIR}/project/RCS
${MKDIR} ${EXAMPLESDIR}/project/src
.for _EXAMPLE in ${EXAMPLES}
${INSTALL_DATA} ${WRKSRC}/examples/${_EXAMPLE} ${EXAMPLESDIR}/${_EXAMPLE}
.endfor
.include <bsd.port.mk>