summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2002-05-27 08:55:29 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2002-05-27 08:55:29 +0000
commit3e530df2e209c0f1db2a11e75e3c07d4c7881832 (patch)
tree87a13b2b1346eba2c1d3506eb36887bcd2619515 /textproc
parentAdd p5-XML-Filter-XInclude 1.0, xInclude as a SAX Filter. (diff)
Add p5-Pod-Constants 0.15, include constants from POD.
Notes
Notes: svn path=/head/; revision=60095
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/p5-Pod-Constants/Makefile25
-rw-r--r--textproc/p5-Pod-Constants/distinfo1
-rw-r--r--textproc/p5-Pod-Constants/pkg-comment1
-rw-r--r--textproc/p5-Pod-Constants/pkg-descr8
-rw-r--r--textproc/p5-Pod-Constants/pkg-plist5
6 files changed, 41 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index c0bec1683fcb..8ff644cf75a4 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -140,6 +140,7 @@
SUBDIR += p5-PDF-API2
SUBDIR += p5-PDF-Create
SUBDIR += p5-Parse-Syslog
+ SUBDIR += p5-Pod-Constants
SUBDIR += p5-PodParser
SUBDIR += p5-RADIUS-UserFile
SUBDIR += p5-RDF-Notation3
diff --git a/textproc/p5-Pod-Constants/Makefile b/textproc/p5-Pod-Constants/Makefile
new file mode 100644
index 000000000000..d8c210e4ef15
--- /dev/null
+++ b/textproc/p5-Pod-Constants/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: Pod-Constants
+# Date created: 08 April 2002
+# Whom: Sergey Skvortsov <skv@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Pod-Constants
+PORTVERSION= 0.15
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= ../../authors/id/S/SA/SAMV
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= skv@FreeBSD.org
+
+BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Pod/Parser.pm:${PORTSDIR}/textproc/p5-PodParser
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+PERL_CONFIGURE= yes
+
+MAN3= Pod::Constants.3
+MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+.include <bsd.port.mk>
diff --git a/textproc/p5-Pod-Constants/distinfo b/textproc/p5-Pod-Constants/distinfo
new file mode 100644
index 000000000000..588932f895b2
--- /dev/null
+++ b/textproc/p5-Pod-Constants/distinfo
@@ -0,0 +1 @@
+MD5 (Pod-Constants-0.15.tar.gz) = 598c8acfed79e32bf42a121e7c86d05a
diff --git a/textproc/p5-Pod-Constants/pkg-comment b/textproc/p5-Pod-Constants/pkg-comment
new file mode 100644
index 000000000000..7eabe038e2e6
--- /dev/null
+++ b/textproc/p5-Pod-Constants/pkg-comment
@@ -0,0 +1 @@
+Include constants from POD
diff --git a/textproc/p5-Pod-Constants/pkg-descr b/textproc/p5-Pod-Constants/pkg-descr
new file mode 100644
index 000000000000..3a28b8b69a1b
--- /dev/null
+++ b/textproc/p5-Pod-Constants/pkg-descr
@@ -0,0 +1,8 @@
+This module allows you to specify those constants that should be
+documented in your POD, and pull them out a run time in a fairly
+arbitrary fashion.
+
+WWW: http://search.cpan.org/search?dist=Pod-Constants
+
+-- Sergey Skvortsov
+skv@FreeBSD.org
diff --git a/textproc/p5-Pod-Constants/pkg-plist b/textproc/p5-Pod-Constants/pkg-plist
new file mode 100644
index 000000000000..3d0908340b34
--- /dev/null
+++ b/textproc/p5-Pod-Constants/pkg-plist
@@ -0,0 +1,5 @@
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Pod/Constants/.packlist
+lib/perl5/site_perl/%%PERL_VER%%/Pod/Constants.pm
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Pod/Constants
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Pod 2>/dev/null || true
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Pod 2>/dev/null || true