diff options
author | az <az@FreeBSD.org> | 2013-09-10 21:50:14 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-10 21:50:14 +0800 |
commit | ef1952556f8b9ba015765d548e648fa1bc599b4f (patch) | |
tree | 72f2c29cf4b63f91edefce693653d6718208d094 /databases/p5-DR-Tarantool/Makefile | |
parent | c011cb0d1ee746bd26607966c3a1cc755bf442de (diff) | |
download | freebsd-ports-gnome-ef1952556f8b9ba015765d548e648fa1bc599b4f.tar.gz freebsd-ports-gnome-ef1952556f8b9ba015765d548e648fa1bc599b4f.tar.zst freebsd-ports-gnome-ef1952556f8b9ba015765d548e648fa1bc599b4f.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'databases/p5-DR-Tarantool/Makefile')
-rw-r--r-- | databases/p5-DR-Tarantool/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/p5-DR-Tarantool/Makefile b/databases/p5-DR-Tarantool/Makefile index d8a79a77ddc6..006eb71dff89 100644 --- a/databases/p5-DR-Tarantool/Makefile +++ b/databases/p5-DR-Tarantool/Makefile @@ -13,7 +13,8 @@ COMMENT= Perl driver for Tarantool LICENSE= ART10 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= \ DR::README.3 \ |