Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Aug 2013 18:47:09 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r325013 - head/devel/p5-Set-Object
Message-ID:  <201308191847.r7JIl9KN088277@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308191847.r7JIl9KN088277>