Prune devel/py-EnthoughtBase
[dports.git] / devel / p5-Rcs / Makefile
1 # Created by: Anton Berezin <tobez@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       Rcs
5 PORTVERSION=    1.05
6 PORTREVISION=   1
7 CATEGORIES=     devel perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     tobez@FreeBSD.org
12 COMMENT=        Perl Object Class for Revision Control System (RCS)
13
14 USES=           perl5
15 USE_PERL5=      configure
16
17 EXAMPLESDIR=    ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME}
18 EXAMPLES=       access.pl ci.pl co-tree.pl co.pl comments.pl \
19                 comments2.pl daterev.pl dates.pl parse.pl \
20                 project/RCS/Rcs.pm,v project/RCS/testfile,v \
21                 project/src/Rcs.pm project/src/testfile rcsclean.pl \
22                 rcsdiff.pl revdate.pl rlog.pl symbols.pl symrev.pl \
23                 test1.pl test2.pl test3.pl unlock.pl
24
25 post-install:
26         ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${STAGEDIR}${EXAMPLESDIR}/project/RCS \
27                 ${STAGEDIR}${EXAMPLESDIR}/project/src
28 .for _EXAMPLE in ${EXAMPLES}
29         ${INSTALL_DATA} ${WRKSRC}/examples/${_EXAMPLE} ${STAGEDIR}${EXAMPLESDIR}/${_EXAMPLE}
30 .endfor
31
32 .include <bsd.port.mk>