svn commit: r325013 - head/devel/p5-Set-Object
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Aug 19 18:47:09 UTC 2013
Author: sunpoet
Date: Mon Aug 19 18:47:08 2013
New Revision: 325013
URL: http://svnweb.freebsd.org/changeset/ports/325013
Log:
- Convert to new options framework
Modified:
head/devel/p5-Set-Object/Makefile
head/devel/p5-Set-Object/pkg-descr (contents, props changed)
Modified: head/devel/p5-Set-Object/Makefile
==============================================================================
--- head/devel/p5-Set-Object/Makefile Mon Aug 19 18:46:44 2013 (r325012)
+++ head/devel/p5-Set-Object/Makefile Mon Aug 19 18:47:08 2013 (r325013)
@@ -12,15 +12,18 @@ COMMENT= Perl module to manage sets of o
LICENSE= ART10
+OPTIONS_DEFINE= DOCS
+
USES= perl5
USE_PERL5= configure
MAN3= Set::Changes.3 Set::Object.3 Set::Object::Weak.3
-
-.if !defined(NOPORTDOCS)
PORTDOCS= Changes.pod README
+.include <bsd.port.options.mk>
+
post-install:
+.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
Modified: head/devel/p5-Set-Object/pkg-descr
==============================================================================
--- head/devel/p5-Set-Object/pkg-descr Mon Aug 19 18:46:44 2013 (r325012)
+++ head/devel/p5-Set-Object/pkg-descr Mon Aug 19 18:47:08 2013 (r325013)
@@ -2,6 +2,3 @@ This module implements a Set of objects,
objects without duplications. It is similar to a Smalltalk IdentitySet.
WWW: http://search.cpan.org/dist/Set-Object/
-
--Anton
-<tobez at FreeBSD.org>
More information about the svn-ports-all
mailing list