1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Convert to the new perl5 framework

- Trim Makefile header
This commit is contained in:
Andrej Zverev 2013-09-02 19:32:09 +00:00
parent 7295a7f3d4
commit 618dce31e7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=326068
7 changed files with 21 additions and 42 deletions

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: Data::UUID
# Date created: 28 Jan 2002
# Whom: Sergey Skvortsov <skv@FreeBSD.org>
#
# Created by: Sergey Skvortsov <skv@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= Data-UUID
PORTVERSION= 1.219
@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Generate Globally/Universally Unique Identifiers (GUIDs/UUIDs)
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
CONFIGURE_ARGS= </dev/null
MAN3= Data::UUID.3

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: Log::Handler
# Date created: 7 Nov 2009
# Whom: Sahil Tandon <sahil@tandon.net>
#
# Created by: Sahil Tandon <sahil@tandon.net>
# $FreeBSD$
#
PORTNAME= Log-Handler
PORTVERSION= 0.78
@ -17,7 +13,8 @@ COMMENT= An object-oriented handler for logging, tracing, and debugging in Perl
BUILD_DEPENDS= p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= Log::Handler.3 \
Log::Handler::Config.3 \

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: AnyEvent::Twitter::Stream
# Date created: 2010-04-18
# Whom: Sahil Tandon <sahil@FreeBSD.org>
#
# Created by: Sahil Tandon <sahil@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= AnyEvent-Twitter-Stream
PORTVERSION= 0.26
@ -19,7 +15,8 @@ RUN_DEPENDS= p5-AnyEvent>=0:${PORTSDIR}/devel/p5-AnyEvent \
p5-JSON>=2.0:${PORTSDIR}/converters/p5-JSON \
p5-URI>=0:${PORTSDIR}/net/p5-URI
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= AnyEvent::Twitter::Stream.3

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: AnyEvent::Twitter
# Date created: 07 Nov 2009
# Whom: Sahil Tandon <sahil@tandon.net>
#
# Created by: Sahil Tandon <sahil@tandon.net>
# $FreeBSD$
#
PORTNAME= AnyEvent-Twitter
PORTVERSION= 0.64
@ -22,7 +18,8 @@ BUILD_DEPENDS= p5-AnyEvent>=5.34:${PORTSDIR}/devel/p5-AnyEvent \
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= AnyEvent::Twitter.3

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: Filter-Crypto
# Date created: 04 November 2004
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$
#
PORTNAME= Filter-Crypto
PORTVERSION= 2.03
@ -17,7 +13,8 @@ COMMENT= Create runnable Perl files encrypted with OpenSSL libcrypto
BUILD_DEPENDS= p5-PAR-Packer>=0:${PORTSDIR}/devel/p5-PAR-Packer
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
USE_OPENSSL= yes
CONFIGURE_ARGS= --prefix-dir=${OPENSSLBASE} --defaults

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: p5-XML-RSS-JavaScript
# Date created: 31 Oct 2003
# Whom: Foxfair Hu <foxfair@FreeBSD.org>
#
# Created by: Foxfair Hu <foxfair@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= XML-RSS-JavaScript
PORTVERSION= 0.64
@ -17,7 +13,8 @@ COMMENT= Perl extension to serialize your RSS as JavaScript
RUN_DEPENDS= p5-XML-RSS>=1.31:${PORTSDIR}/textproc/p5-XML-RSS
BUILD_DEPENDS:= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= XML::RSS::JavaScript.3

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: p5-WWW-OpenSearch
# Date created: 2006-07-10
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
#
PORTNAME= WWW-OpenSearch
PORTVERSION= 0.17
@ -22,7 +18,8 @@ RUN_DEPENDS= p5-URI-Template>=0:${PORTSDIR}/net/p5-URI-Template \
p5-XML-LibXML>=1.58:${PORTSDIR}/textproc/p5-XML-LibXML
BUILD_DEPENDS:= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= WWW::OpenSearch.3 \
WWW::OpenSearch::Agent.3 \