diff options
author | az <az@FreeBSD.org> | 2013-07-31 22:36:21 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-07-31 22:36:21 +0800 |
commit | 3021e3362902ea7f5978434383d769c7d68c2b68 (patch) | |
tree | e5469e71b14098ee141e1c136f10f5b22a089195 /misc/quotes | |
parent | a735df2ff08a23cd27691d1eb01929794c620c98 (diff) | |
download | freebsd-ports-gnome-3021e3362902ea7f5978434383d769c7d68c2b68.tar.gz freebsd-ports-gnome-3021e3362902ea7f5978434383d769c7d68c2b68.tar.zst freebsd-ports-gnome-3021e3362902ea7f5978434383d769c7d68c2b68.zip |
- Convert to new perl framework
- Trim Makefile header
Diffstat (limited to 'misc/quotes')
-rw-r--r-- | misc/quotes/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/quotes/Makefile b/misc/quotes/Makefile index 631185563f5a..fd88bbac66e1 100644 --- a/misc/quotes/Makefile +++ b/misc/quotes/Makefile @@ -13,8 +13,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Quote, currency, and Slashdot headline fetcher based on Perl NO_BUILD= yes -USE_PERL5= yes -USES= shebangfix +USES= shebangfix perl5 SHEBANG_FILES= quotes quotesmailer QuExample.pm .include <bsd.port.options.mk> |