diff options
author | az <az@FreeBSD.org> | 2013-09-10 20:14:21 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-10 20:14:21 +0800 |
commit | b100f1912b3db825c8d075307b5007a27df175c5 (patch) | |
tree | 9aeebeb9aec3579ec4feb99b00bee1dad3a4c734 /databases/p5-Search-Namazu | |
parent | db3853701966451ad1bd6c1e02b7ea92c710d7b4 (diff) | |
download | freebsd-ports-gnome-b100f1912b3db825c8d075307b5007a27df175c5.tar.gz freebsd-ports-gnome-b100f1912b3db825c8d075307b5007a27df175c5.tar.zst freebsd-ports-gnome-b100f1912b3db825c8d075307b5007a27df175c5.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'databases/p5-Search-Namazu')
-rw-r--r-- | databases/p5-Search-Namazu/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/databases/p5-Search-Namazu/Makefile b/databases/p5-Search-Namazu/Makefile index 8839dc4f97b2..329f80a1bde1 100644 --- a/databases/p5-Search-Namazu/Makefile +++ b/databases/p5-Search-Namazu/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Search::Namazu -# Date created: 18 Jun 2002 -# Whom: kuriyama -# +# Created by: kuriyama # $FreeBSD$ -# PORTNAME= Search-Namazu PORTVERSION= 0.96 @@ -17,7 +13,8 @@ COMMENT= Namazu library module for perl LIB_DEPENDS= nmz.8:${PORTSDIR}/databases/namazu2 -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= Search::Namazu.3 |