mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Update to 0.26
- Convert to new options framework - Sort MAN3 Changes: http://search.cpan.org/dist/Path-Class/Changes
This commit is contained in:
parent
03e29a43d2
commit
8fcfa64964
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=299361
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= Path-Class
|
||||
PORTVERSION= 0.25
|
||||
PORTVERSION= 0.26
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:KWILLIAMS
|
||||
@ -18,19 +18,22 @@ COMMENT= Cross-platform path specification manipulation
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
|
||||
MAN3= Path::Class.3 \
|
||||
Path::Class::File.3 \
|
||||
Path::Class::Dir.3 \
|
||||
Path::Class::Entity.3 \
|
||||
Path::Class::Dir.3
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
Path::Class::File.3
|
||||
PORTDOCS= Changes README
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
${MKDIR} ${DOCSDIR}/
|
||||
cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/
|
||||
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
|
||||
.endif
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (Path-Class-0.25.tar.gz) = 9978fd9e58d64f852a3e6159b69c5bf4373069b062aed28c6e5216ba5898dff7
|
||||
SIZE (Path-Class-0.25.tar.gz) = 28657
|
||||
SHA256 (Path-Class-0.26.tar.gz) = 681a89f6d65ec21448e1aa9e16d42bda196045d17e4bc73752d5a71e40973272
|
||||
SIZE (Path-Class-0.26.tar.gz) = 29917
|
||||
|
Loading…
Reference in New Issue
Block a user