aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Data-Dump
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-06-29 21:50:38 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-06-29 21:50:38 +0800
commitae287e6d8a0888ac5586d709fbeab924686fd555 (patch)
tree78ba2a0ec298a2971e6be91a95c9b60f2a0d09a1 /devel/p5-Data-Dump
parent6e4ebccafa7561ff1e0900aa835aefc190cf5e1a (diff)
downloadfreebsd-ports-graphics-ae287e6d8a0888ac5586d709fbeab924686fd555.tar.gz
freebsd-ports-graphics-ae287e6d8a0888ac5586d709fbeab924686fd555.tar.zst
freebsd-ports-graphics-ae287e6d8a0888ac5586d709fbeab924686fd555.zip
- Remove DOCS option
- Add NO_ARCH - Bump PORTREVISION for package change
Diffstat (limited to 'devel/p5-Data-Dump')
-rw-r--r--devel/p5-Data-Dump/Makefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/devel/p5-Data-Dump/Makefile b/devel/p5-Data-Dump/Makefile
index 92999ff9f97..422bde8f19f 100644
--- a/devel/p5-Data-Dump/Makefile
+++ b/devel/p5-Data-Dump/Makefile
@@ -3,6 +3,7 @@
PORTNAME= Data-Dump
PORTVERSION= 1.23
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -13,16 +14,8 @@ COMMENT= Pretty printing of data structures
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
+NO_ARCH= yes
USES= perl5
USE_PERL5= configure
-OPTIONS_DEFINE= DOCS
-
-PORTDOCS= Changes README
-
-post-install:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
- @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
-
.include <bsd.port.mk>