diff options
author | skv <skv@FreeBSD.org> | 2002-05-27 16:55:29 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2002-05-27 16:55:29 +0800 |
commit | 13b7708196c9b1987b66d37eb6fddf2df5eed7a0 (patch) | |
tree | 0ab7e7cd496d33b5bf399d93b77c671e024207e6 | |
parent | d07ff3832a6dd6a37b4f8dc210e600e1eb67734f (diff) | |
download | freebsd-ports-gnome-13b7708196c9b1987b66d37eb6fddf2df5eed7a0.tar.gz freebsd-ports-gnome-13b7708196c9b1987b66d37eb6fddf2df5eed7a0.tar.zst freebsd-ports-gnome-13b7708196c9b1987b66d37eb6fddf2df5eed7a0.zip |
Add p5-Pod-Constants 0.15, include constants from POD.
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-Pod-Constants/Makefile | 25 | ||||
-rw-r--r-- | textproc/p5-Pod-Constants/distinfo | 1 | ||||
-rw-r--r-- | textproc/p5-Pod-Constants/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/p5-Pod-Constants/pkg-descr | 8 | ||||
-rw-r--r-- | textproc/p5-Pod-Constants/pkg-plist | 5 |
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 |