Changeset View
Changeset View
Standalone View
Standalone View
devel/p5-SVN-Access/Makefile
| PORTNAME= SVN-Access | PORTNAME= SVN-Access | ||||
| PORTVERSION= 0.11 | PORTVERSION= 0.11 | ||||
| PORTREVISION= 1 | |||||
| CATEGORIES= devel perl5 | CATEGORIES= devel perl5 | ||||
| MASTER_SITES= CPAN | MASTER_SITES= CPAN | ||||
| PKGNAMEPREFIX= p5- | PKGNAMEPREFIX= p5- | ||||
| MAINTAINER= bofh@FreeBSD.org | MAINTAINER= bofh@FreeBSD.org | ||||
| COMMENT= Perl extension to manipulate SVN Access files | COMMENT= Perl extension to manipulate SVN Access files | ||||
| WWW= https://metacpan.org/release/SVN-Access | WWW= https://metacpan.org/release/SVN-Access | ||||
| LICENSE= ART10 GPLv1+ | LICENSE= ART10 GPLv1+ | ||||
| LICENSE_COMB= dual | LICENSE_COMB= dual | ||||
| BUILD_DEPENDS= ${RUN_DEPENDS} | BUILD_DEPENDS= ${RUN_DEPENDS} | ||||
| RUN_DEPENDS= p5-Tie-IxHash>=1.21:devel/p5-Tie-IxHash \ | .if ${WITH_SUBVERSION_VER:U} == LTS | ||||
| p5-subversion>=0:devel/p5-subversion | RUN_DEPENDS= p5-subversion-lts>=0:devel/p5-subversion | ||||
| .else | |||||
| RUN_DEPENDS= p5-subversion>=0:devel/p5-subversion | |||||
| .endif | |||||
| RUN_DEPENDS+= p5-Tie-IxHash>=1.21:devel/p5-Tie-IxHash | |||||
| USES= perl5 | USES= perl5 | ||||
| USE_PERL5= configure | USE_PERL5= configure | ||||
| NO_ARCH= yes | NO_ARCH= yes | ||||
| OPTIONS_DEFINE= EXAMPLES | OPTIONS_DEFINE= EXAMPLES | ||||
| PORTEXAMPLES= svnaclmgr.pl | PORTEXAMPLES= svnaclmgr.pl | ||||
| post-install: | post-install: | ||||
| @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} | @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} | ||||
| cd ${WRKSRC}/examples && ${INSTALL_SCRIPT} ${PORTEXAMPLES} \ | cd ${WRKSRC}/examples && ${INSTALL_SCRIPT} ${PORTEXAMPLES} \ | ||||
| ${STAGEDIR}${EXAMPLESDIR} | ${STAGEDIR}${EXAMPLESDIR} | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||