diff options
author | erwin <erwin@FreeBSD.org> | 2003-07-03 01:56:45 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2003-07-03 01:56:45 +0800 |
commit | 60edd78bc4717167c14b2ad1ee01b083bb4e74bc (patch) | |
tree | db366112005c4b2f9d73e97a99bd49e74c344d7a /textproc/p5-Pod-Escapes | |
parent | 9e3b671df93a4d854986d21c2129ab136971a906 (diff) | |
download | freebsd-ports-gnome-60edd78bc4717167c14b2ad1ee01b083bb4e74bc.tar.gz freebsd-ports-gnome-60edd78bc4717167c14b2ad1ee01b083bb4e74bc.tar.zst freebsd-ports-gnome-60edd78bc4717167c14b2ad1ee01b083bb4e74bc.zip |
Add p5-Pod-Escapes 1.03, for resolving Pod E<...> sequences.
PR: 54015
Submitted by: Mathieu Arnold <m@absolight.net>
Diffstat (limited to 'textproc/p5-Pod-Escapes')
-rw-r--r-- | textproc/p5-Pod-Escapes/Makefile | 22 | ||||
-rw-r--r-- | textproc/p5-Pod-Escapes/distinfo | 1 | ||||
-rw-r--r-- | textproc/p5-Pod-Escapes/pkg-descr | 4 | ||||
-rw-r--r-- | textproc/p5-Pod-Escapes/pkg-plist | 5 |
4 files changed, 32 insertions, 0 deletions
diff --git a/textproc/p5-Pod-Escapes/Makefile b/textproc/p5-Pod-Escapes/Makefile new file mode 100644 index 000000000000..c6ae65aa5b59 --- /dev/null +++ b/textproc/p5-Pod-Escapes/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-Pod-Escapes +# Date created: 2 july 2003 +# Whom: Mathieu Arnold <m@absolight.net> +# +# $FreeBSD$ +# + +PORTNAME= Pod-Escapes +PORTVERSION= 1.03 +CATEGORIES= textproc devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Pod +PKGNAMEPREFIX= p5- + +MAINTAINER= m@absolight.net +COMMENT= For resolving Pod E<...> sequences + +PERL_CONFIGURE= yes + +MAN3= Pod::Escapes.3 + +.include <bsd.port.mk> diff --git a/textproc/p5-Pod-Escapes/distinfo b/textproc/p5-Pod-Escapes/distinfo new file mode 100644 index 000000000000..4bf1896c0e62 --- /dev/null +++ b/textproc/p5-Pod-Escapes/distinfo @@ -0,0 +1 @@ +MD5 (Pod-Escapes-1.03.tar.gz) = a94933e85498788e2ff2777c53f99ea5 diff --git a/textproc/p5-Pod-Escapes/pkg-descr b/textproc/p5-Pod-Escapes/pkg-descr new file mode 100644 index 000000000000..5183df196cb2 --- /dev/null +++ b/textproc/p5-Pod-Escapes/pkg-descr @@ -0,0 +1,4 @@ +This module provides things that are useful in decoding Pod E<...> sequences. +Presumably, it should be used only by Pod parsers and/or formatters. + +WWW: http://search.cpan.org/dist/Pod-Escapes/ diff --git a/textproc/p5-Pod-Escapes/pkg-plist b/textproc/p5-Pod-Escapes/pkg-plist new file mode 100644 index 000000000000..805bf0b26141 --- /dev/null +++ b/textproc/p5-Pod-Escapes/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Pod/Escapes.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod/Escapes/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod/Escapes +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Pod 2>/dev/null || true |