mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
- Add LICENSE
- Use single space after WWW: - Pass maintainership to submitter - While I'm here: - Sort *_DEPENDS - Simplify Makefile PR: ports/189554 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
This commit is contained in:
parent
d170792244
commit
0ba17b2bc4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355193
@ -7,29 +7,26 @@ CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= 5u623l20@gmail.com
|
||||
COMMENT= Perl extension to manipulate SVN Access files
|
||||
|
||||
BUILD_DEPENDS= p5-subversion>=0:${PORTSDIR}/devel/p5-subversion \
|
||||
p5-Tie-IxHash>=1.21:${PORTSDIR}/devel/p5-Tie-IxHash
|
||||
RUN_DEPENDS= p5-subversion>=0:${PORTSDIR}/devel/p5-subversion \
|
||||
p5-Tie-IxHash>=1.21:${PORTSDIR}/devel/p5-Tie-IxHash
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Tie-IxHash>=1.21:${PORTSDIR}/devel/p5-Tie-IxHash \
|
||||
p5-subversion>=0:${PORTSDIR}/devel/p5-subversion
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
OPTIONS_DEFINE= EXAMPLES
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MEXAMPLES}
|
||||
STRIP=
|
||||
PORTEXAMPLES= svnaclmgr.pl
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
||||
@cd ${WRKSRC}/examples && ${INSTALL_PROGRAM} ${PORTEXAMPLES} \
|
||||
cd ${WRKSRC}/examples && ${INSTALL_PROGRAM} ${PORTEXAMPLES} \
|
||||
${STAGEDIR}${EXAMPLESDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -3,4 +3,4 @@ SVN access files (AuthzSVNAccessFile files), as well as a command
|
||||
line interface to that object oriented programming interface
|
||||
(svnaclmgr.pl) which is in the examples/ directory.
|
||||
|
||||
WWW: http://search.cpan.org/dist/SVN-Access/
|
||||
WWW: http://search.cpan.org/dist/SVN-Access/
|
||||
|
Loading…
Reference in New Issue
Block a user