Skip to content

Commit

Permalink
- convert to the new perl5 framework
Browse files Browse the repository at this point in the history
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
  • Loading branch information
andrejzverev committed Sep 11, 2013
1 parent e91a050 commit 72185e5
Show file tree
Hide file tree
Showing 19 changed files with 44 additions and 110 deletions.
8 changes: 2 additions & 6 deletions dns/bindgraph/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# New ports collection makefile for: bindgraph
# Date created: Nov 29 2007
# Whom: Rong-En Fan <rafan@FreeBSD.org>
#
# Created by: Rong-En Fan <rafan@FreeBSD.org>
# $FreeBSD$
#

PORTNAME= bindgraph
PORTVERSION= 0.2
Expand All @@ -19,7 +15,7 @@ RUN_DEPENDS= rrdtool>=0:${PORTSDIR}/databases/rrdtool \
p5-File-Tail>=0:${PORTSDIR}/devel/p5-File-Tail

NO_BUILD= yes
USE_PERL5= yes
USES= perl5

CGIDIR?= ${PREFIX}/www/cgi-bin
DATADIR?= /var/db/bindgraph
Expand Down
8 changes: 2 additions & 6 deletions dns/dnscheck/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# New ports collection makefile for: dnscheck
# Date created: 25 September 2005
# Whom: Jarrod Sayers <jarrod@netleader.com.au>
#
# Created by: Jarrod Sayers <jarrod@netleader.com.au>
# $FreeBSD$
#

PORTNAME= dnscheck
PORTVERSION= 1.3
Expand All @@ -13,7 +9,7 @@ MASTER_SITES= http://www.downtools.com.au/~jarrod/projects/dnscheck/download/
MAINTAINER= jarrod@downtools.com.au
COMMENT= DNS zone sanity checker

USE_PERL5= yes
USES= perl5

PLIST_FILES= bin/dnscheck

Expand Down
8 changes: 2 additions & 6 deletions dns/dnsmax-perl/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# New ports collection makefile for: dnsmax-perl
# Date created: Sun Jan 23 20:27:00 CST 2005
# Whom: Dan Smith <dan@algenta.com>
#
# Created by: Dan Smith <dan@algenta.com>
# $FreeBSD$
#

PORTNAME= dnsmax-perl
PORTVERSION= 1.0.1
Expand All @@ -20,7 +16,7 @@ BUILD_DEPENDS= p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay \

USE_ZIP= yes
NO_BUILD= yes
USE_PERL5= yes
USES= perl5

PLIST_FILES= bin/dnsmax-perl
PORTDOCS= LICENSE INSTALL README
Expand Down
8 changes: 2 additions & 6 deletions dns/dnswalk/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# New ports collection makefile for: dnswalk
# Date created: 17 January 1998
# Whom: Matthew Hunt <mph@pobox.com>
#
# Created by: Matthew Hunt <mph@pobox.com>
# $FreeBSD$
#

PORTNAME= dnswalk
PORTVERSION= 2.0.2
Expand All @@ -18,7 +14,7 @@ RUN_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS

NO_WRKSUBDIR= YES
NO_BUILD= YES
USE_PERL5= YES
USES= perl5

MAN1= dnswalk.1

Expand Down
9 changes: 3 additions & 6 deletions dns/geta/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# New ports collection makefile for: geta
# Date created: 5 Nov 2001
# Whom: sumikawa
#
# Created by: sumikawa
# $FreeBSD$
#

PORTNAME= geta
PORTVERSION= 19990419
Expand All @@ -17,7 +13,8 @@ COMMENT= Geta(GET Address) - Simple IPv4/IPv6 address resolving tool

WRKSRC= ${WRKDIR}/pping
GNU_CONFIGURE= yes
USE_PERL5_BUILD=yes
USES= perl5
USE_PERL5= build

NO_INSTALL_MANPAGES= yes
PLIST_FILES= bin/geta
Expand Down
8 changes: 2 additions & 6 deletions dns/ldnsm/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# New ports collection makefile for: qar-bufo
# Date created: 18 April 2007
# Whom: Zane C. Bowers
#
# Created by: Zane C. Bowers
# $FreeBSD$
#

PORTNAME= ldnsm
PORTVERSION= 0.2.1
Expand All @@ -14,7 +10,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= vvelox@vvelox.net
COMMENT= Manages LDAP enteries for the BIND9 SDB LDAP patch

USE_PERL5= yes
USES= perl5

PLIST_FILES= bin/ldnsm

Expand Down
9 changes: 3 additions & 6 deletions dns/p5-Net-Amazon-Route53/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# New ports collection makefile for: p5-Net-Amazon-Route53
# Date created: 2011-04-24
# Whom: Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
#
# Created by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
# $FreeBSD$
#

PORTNAME= Net-Amazon-Route53
PORTVERSION= 0.122310
Expand All @@ -23,7 +19,8 @@ RUN_DEPENDS= p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay \
p5-XML-Bare>=0:${PORTSDIR}/textproc/p5-XML-Bare \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww

PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure

MAN1= route53.1
MAN3= Net::Amazon::Route53.3 \
Expand Down
9 changes: 3 additions & 6 deletions dns/p5-Net-DNS-Check/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# New ports collection makefile for: dns/p5-Net-DNS-Check
# Date created: 2011-05-30
# Whom: Ryan Steinmetz <rpsfa@rit.edu>
#
# Created by: Ryan Steinmetz <rpsfa@rit.edu>
# $FreeBSD$
#

PORTNAME= Net-DNS-Check
PORTVERSION= 0.45
Expand All @@ -16,7 +12,8 @@ COMMENT= Module for easy domain name checking

RUN_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS

PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure

MAN3= Net::DNS::Check::Test::ns_count.3 Net::DNS::Check::Test::soa_expire_compare.3 \
Net::DNS::Check::NSQuery.3 Net::DNS::Check::Test::soa_master_compare.3 \
Expand Down
9 changes: 3 additions & 6 deletions dns/p5-Net-DNS-RR-SRV-Helper/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# New ports collection makefile for: p5-Net-DNS-RR-SRV-Helper
# Date created: 2010-05-14
# Whom: Zane C, Bowers <vvelox@vvelox.net>
#
# Created by: Zane C, Bowers <vvelox@vvelox.net>
# $FreeBSD$
#

PORTNAME= Net-DNS-RR-SRV-Helper
PORTVERSION= 0.0.0
Expand All @@ -20,7 +16,8 @@ BUILD_DEPENDS= p5-Net-DNS>=0.68:${PORTSDIR}/dns/p5-Net-DNS \
p5-Sort-Naturally>=1.03:${PORTSDIR}/textproc/p5-Sort-Naturally
RUN_DEPENDS:= ${BUILD_DEPENDS}

PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure

MAN3= Net::DNS::RR::SRV::Helper.3

Expand Down
9 changes: 3 additions & 6 deletions dns/p5-Net-DNSBL-Statistics/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# New ports collection makefile for: p5-Net-DNSBL-Statistics
# Date created: 2008-01-07
# Whom: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
#
# Created by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
# $FreeBSD$
#

PORTNAME= Net-DNSBL-Statistics
PORTVERSION= 0.12
Expand All @@ -21,7 +17,8 @@ BUILD_DEPENDS= p5-Net-DNS-Codes>=0.09:${PORTSDIR}/dns/p5-Net-DNS-Codes \
p5-Net-DNS-ToolKit>=0.35:${PORTSDIR}/dns/p5-Net-DNS-ToolKit \
p5-Net-DNSBL-MultiDaemon>=0.22:${PORTSDIR}/dns/p5-Net-DNSBL-MultiDaemon

PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure

MAN3= Net::DNSBL::Statistics.3

Expand Down
4 changes: 2 additions & 2 deletions dns/p5-Net-DRI/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Created by: Mark Felder <feld@FreeBSD.org>
# $FreeBSD$
#

PORTNAME= Net-DRI
PORTVERSION= 0.96
Expand Down Expand Up @@ -29,7 +28,8 @@ RUN_DEPENDS= p5-DateTime>0:${PORTSDIR}/devel/p5-DateTime \
p5-Net-DNS>0:${PORTSDIR}/dns/p5-Net-DNS \
p5-MIME-Tools>0:${PORTSDIR}/mail/p5-MIME-Tools

PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure

.include "${.CURDIR}/Makefile.man"

Expand Down
8 changes: 2 additions & 6 deletions dns/rbllookup-ng/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# New ports collection makefile for: rbllookup-ng
# Date created: 2006-11-13
# Whom: Edwin Groothuis <edwin@mavetju.org>
#
# Created by: Edwin Groothuis <edwin@mavetju.org>
# $FreeBSD$
#

PORTNAME= rbllookup-ng
PORTVERSION= 1.0
Expand All @@ -18,7 +14,7 @@ BUILD_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \
p5-Term-ANSIColor>=0:${PORTSDIR}/devel/p5-Term-ANSIColor

NO_BUILD= yes
USE_PERL5= yes
USES= perl5

PLIST_FILES= bin/rbllookup bin/getmoensted etc/rbllookup.conf-sample
PORTDOCS= CHANGELOG INSTALL NOTES README TODO gpg.asc
Expand Down
8 changes: 2 additions & 6 deletions dns/rbllookup/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# New ports collection makefile for: rbllookup
# Date created: 2004-07-14
# Whom: Marcin Gondek <drixter@e-utp.net>
#
# Created by: Marcin Gondek <drixter@e-utp.net>
# $FreeBSD$
#

PORTNAME= rbllookup
PORTVERSION= 0.0.1.1
Expand All @@ -17,7 +13,7 @@ BUILD_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \
p5-Term-ANSIColor>=0:${PORTSDIR}/devel/p5-Term-ANSIColor

NO_BUILD= yes
USE_PERL5= yes
USES= perl5

PLIST_FILES= bin/rbllookup
PORTDOCS= CHANGELOG INSTALL NOTES README TODO gpg.asc
Expand Down
7 changes: 2 additions & 5 deletions dns/scavenge/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
# New ports collection makefile for: scavenge
# Date created: 13 April 2005
# Whom: mark@foster.cc
#
# Created by: mark@foster.cc
# $FreeBSD$

PORTNAME= scavenge
Expand All @@ -19,7 +16,7 @@ RUN_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \
PLIST_FILES= bin/scavenge

NO_BUILD= yes
USE_PERL5= yes
USES= perl5

do-install:
${INSTALL_SCRIPT} ${WRKSRC}/src/scavenge ${PREFIX}/bin
Expand Down
8 changes: 2 additions & 6 deletions dns/updatedd/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# New ports collection makefile for: updatedd
# Date created: 2003-12-02
# Whom: geniusj@ods.org
#
# Created by: geniusj@ods.org
# $FreeBSD$
#

PORTNAME= updatedd
PORTVERSION= 2.6
Expand All @@ -15,7 +11,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= geniusj@ods.org
COMMENT= Dynamic DNS Update Client supporting multiple services

USE_PERL5= yes
USES= perl5
USE_GMAKE= yes
GNU_CONFIGURE= yes

Expand Down
9 changes: 2 additions & 7 deletions dns/walker/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
# ex:ts=8
# New ports collection makefile for: walker
# Date created: May 30, 2001
# Whom: ijliao
#
# Created by: ijliao
# $FreeBSD$
#

PORTNAME= walker
PORTVERSION= 3.8
Expand All @@ -17,7 +12,7 @@ COMMENT= Recover zone file information from servers that use DNSSEC
RUN_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \
p5-Net-DNS-SEC>=0:${PORTSDIR}/dns/p5-Net-DNS-SEC

USE_PERL5= yes
USES= perl5
NO_BUILD= yes

MAN1= walker.1
Expand Down
8 changes: 2 additions & 6 deletions lang/p5-JavaScript-Value-Escape/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
# New ports collection makefile for: JavaScript::Value::Escape
# Date created: 19 May 2011
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME= JavaScript-Value-Escape
PORTVERSION= 0.06
Expand All @@ -14,7 +9,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension to avoid XSS with JavaScript value interpolation

PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure

MAN3= JavaScript::Value::Escape.3

Expand Down
9 changes: 3 additions & 6 deletions lang/p5-Modern-Perl/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# New ports collection makefile for: p5-Modern-Perl
# Date created: 2010-04-03
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
#

PORTNAME= Modern-Perl
PORTVERSION= 1.03
Expand All @@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= Enable all of the features of Modern Perl with one command

PERL_MODBUILD= yes
USES= perl5
USE_PERL5= modbuild

MAN3= Modern::Perl.3

Expand Down
8 changes: 2 additions & 6 deletions lang/pecl-perl/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# New ports collection makefile for: pecl-perl
# Date created: 2007-3-3
# Whom: Luke Jee
#
# Created by: Luke Jee
# $FreeBSD$
#

PORTNAME= perl
DISTVERSION= 1.0.0
Expand All @@ -22,6 +18,6 @@ USE_PHPEXT= yes
USE_PHP_BUILD= yes
DEFAULT_PHP_VER=53

USE_PERL5= yes
USES= perl5

.include <bsd.port.mk>

0 comments on commit 72185e5

Please sign in to comment.