summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2017-06-17 10:02:37 +0000
committersunpoet <sunpoet@FreeBSD.org>2017-06-17 10:02:37 +0000
commit5342ea8ea37429d9cf42170c7e2758dd868cbaaf (patch)
tree7e025e5b261d34f43150160bfa7b01a1ceb496fe
parent8ae164d5f4e49931b0aacf910d56884e58dd5daa (diff)
downloadFreeBSD-ports-5342ea8ea37429d9cf42170c7e2758dd868cbaaf.zip
FreeBSD-ports-5342ea8ea37429d9cf42170c7e2758dd868cbaaf.tar.gz
Remove Perl core modules
- While I'm here: - Add NO_ARCH - Remove MAN1 - Use bsd.port.mk instead of bsd.port.pre.mk + bsd.port.post.mk With hat: perl
-rw-r--r--multimedia/p5-Subtitles/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/multimedia/p5-Subtitles/Makefile b/multimedia/p5-Subtitles/Makefile
index 91ad779..e059159 100644
--- a/multimedia/p5-Subtitles/Makefile
+++ b/multimedia/p5-Subtitles/Makefile
@@ -11,17 +11,14 @@ PKGNAMEPREFIX= p5-
MAINTAINER= osa@FreeBSD.org
COMMENT= Perl5 backend for fix subtitles timing
+NO_ARCH= yes
USES= perl5
USE_PERL5= configure
-.include <bsd.port.pre.mk>
-
.if defined(WITH_SUBTITLES_SUBPLAY)
-RUN_DEPENDS= p5-Prima>=0:x11-toolkits/p5-Prima \
- p5-Time-HiRes>=0:devel/p5-Time-HiRes
+RUN_DEPENDS= p5-Prima>=0:x11-toolkits/p5-Prima
PLIST_SUB+= SUBPLAY=""
-MAN1+= subplay.1
.else
PLIST_SUB+= SUBPLAY="@comment "
@@ -29,4 +26,4 @@ post-patch:
@${REINPLACE_CMD} -e "s|\('subs'\), 'subplay'|\1|" ${WRKSRC}/Makefile.PL
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud