aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Pod-Escapes
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2003-07-02 17:56:45 +0000
committerErwin Lansing <erwin@FreeBSD.org>2003-07-02 17:56:45 +0000
commit4f656b93cd5a86fa88946cab17995462ffff41ae (patch)
treeb5f6f21f935c086ddd4934fd80ffacace50cd30f /textproc/p5-Pod-Escapes
parent0b9bc1877b0aa262d76b65f7b2c2eb1992ae4355 (diff)
downloadports-4f656b93cd5a86fa88946cab17995462ffff41ae.tar.gz
ports-4f656b93cd5a86fa88946cab17995462ffff41ae.zip
Notes
Diffstat (limited to 'textproc/p5-Pod-Escapes')
-rw-r--r--textproc/p5-Pod-Escapes/Makefile22
-rw-r--r--textproc/p5-Pod-Escapes/distinfo1
-rw-r--r--textproc/p5-Pod-Escapes/pkg-descr4
-rw-r--r--textproc/p5-Pod-Escapes/pkg-plist5
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