svn commit: r321210 - in head/devel: . p5-constant

Tom Judge tj at FreeBSD.org
Tue Jun 18 17:59:00 UTC 2013


Author: tj
Date: Tue Jun 18 17:58:58 2013
New Revision: 321210
URL: http://svnweb.freebsd.org/changeset/ports/321210

Log:
  New port for devel/p5-constant
  
  This pragma allows you to declare constants at compile-time.
  
  WWW: http://search.cpan.org/dist/constant/

Added:
  head/devel/p5-constant/
  head/devel/p5-constant/Makefile   (contents, props changed)
  head/devel/p5-constant/distinfo   (contents, props changed)
  head/devel/p5-constant/pkg-descr   (contents, props changed)
  head/devel/p5-constant/pkg-plist   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Jun 18 17:55:12 2013	(r321209)
+++ head/devel/Makefile	Tue Jun 18 17:58:58 2013	(r321210)
@@ -2975,6 +2975,7 @@
     SUBDIR += p5-capitalization
     SUBDIR += p5-carton
     SUBDIR += p5-common-sense
+    SUBDIR += p5-constant
     SUBDIR += p5-constant-boolean
     SUBDIR += p5-constant-def
     SUBDIR += p5-constant-lexical

Added: head/devel/p5-constant/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-constant/Makefile	Tue Jun 18 17:58:58 2013	(r321210)
@@ -0,0 +1,20 @@
+# Created by: Tom Judge <tj at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	constant
+PORTVERSION=	1.27
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	tj at FreeBSD.org
+COMMENT=	Perl pragma to declare constants
+
+BUILD_DEPENDS=	p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+
+PERL_CONFIGURE=	yes
+
+MAN3=		constant.3
+
+.include <bsd.port.mk>

Added: head/devel/p5-constant/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-constant/distinfo	Tue Jun 18 17:58:58 2013	(r321210)
@@ -0,0 +1,2 @@
+SHA256 (constant-1.27.tar.gz) = 744453124b07800d6fd6b901061892cbbcc134a316adbe0f1edfc5f89e04312b
+SIZE (constant-1.27.tar.gz) = 14967

Added: head/devel/p5-constant/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-constant/pkg-descr	Tue Jun 18 17:58:58 2013	(r321210)
@@ -0,0 +1,3 @@
+This pragma allows you to declare constants at compile-time.
+
+WWW: http://search.cpan.org/dist/constant/

Added: head/devel/p5-constant/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-constant/pkg-plist	Tue Jun 18 17:58:58 2013	(r321210)
@@ -0,0 +1,3 @@
+%%SITE_PERL%%/constant.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/constant/.packlist
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/constant


More information about the svn-ports-all mailing list