diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2002-05-27 08:55:29 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2002-05-27 08:55:29 +0000 |
commit | 3e530df2e209c0f1db2a11e75e3c07d4c7881832 (patch) | |
tree | 87a13b2b1346eba2c1d3506eb36887bcd2619515 /textproc/p5-Pod-Constants | |
parent | c43380f1d59db26a3446b4cc9aacfa2a1d60dbf0 (diff) | |
download | ports-3e530df2e209c0f1db2a11e75e3c07d4c7881832.tar.gz ports-3e530df2e209c0f1db2a11e75e3c07d4c7881832.zip |
Notes
Diffstat (limited to 'textproc/p5-Pod-Constants')
-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 |
5 files changed, 40 insertions, 0 deletions
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 |