diff options
author | az <az@FreeBSD.org> | 2013-09-15 22:54:36 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-15 22:54:36 +0800 |
commit | 74847b007e16e0eb348fe1fd2ccd8af57e869cb9 (patch) | |
tree | 91f65c922c2cbbcdd7ea9f42b5c0a34dcfedcb0c /multimedia/p5-Subtitles | |
parent | a1d46f08242a53c98e09fb92b89af560291b77fe (diff) | |
download | freebsd-ports-gnome-74847b007e16e0eb348fe1fd2ccd8af57e869cb9.tar.gz freebsd-ports-gnome-74847b007e16e0eb348fe1fd2ccd8af57e869cb9.tar.zst freebsd-ports-gnome-74847b007e16e0eb348fe1fd2ccd8af57e869cb9.zip |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'multimedia/p5-Subtitles')
-rw-r--r-- | multimedia/p5-Subtitles/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/p5-Subtitles/Makefile b/multimedia/p5-Subtitles/Makefile index 1b81858ac132..91424b407944 100644 --- a/multimedia/p5-Subtitles/Makefile +++ b/multimedia/p5-Subtitles/Makefile @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= osa@FreeBSD.org COMMENT= A Perl5 backend for fix subtitles timing -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= subs.1 MAN3= Subtitles.3 |