aboutsummaryrefslogtreecommitdiff
path: root/multimedia/p5-Subtitles
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-06-17 10:02:37 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-06-17 10:02:37 +0000
commitd96177a940e1d2956f19d19f3cb6fc16f8deb5cc (patch)
tree7e025e5b261d34f43150160bfa7b01a1ceb496fe /multimedia/p5-Subtitles
parentb7fd1d6e3cf867e0f47883684ce8958ed1a57400 (diff)
downloadports-d96177a940e1d2956f19d19f3cb6fc16f8deb5cc.tar.gz
ports-d96177a940e1d2956f19d19f3cb6fc16f8deb5cc.zip
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
Notes
Notes: svn path=/head/; revision=443761
Diffstat (limited to 'multimedia/p5-Subtitles')
-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 91ad77906fa7..e0591592c6fe 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>