diff --git a/astro/p5-Geo-METAR/Makefile b/astro/p5-Geo-METAR/Makefile index 50cdd282a41c..13ac3a05fafa 100644 --- a/astro/p5-Geo-METAR/Makefile +++ b/astro/p5-Geo-METAR/Makefile @@ -1,22 +1,22 @@ # New ports collection makefile for: Geo-METAR # Date created: Mon Jan 1 01:42:56 2001 # Whom: will # # $FreeBSD$ # PORTNAME= Geo-METAR PORTVERSION= 1.15 -CATEGORIES= astro geography +CATEGORIES= astro geography perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= Geo PKGNAMEPREFIX= p5- MAINTAINER= pgollucci@p6m7g8.com COMMENT= A perl module that processes METAR information from NOAA sources PERL_CONFIGURE= yes MAN3= Geo::METAR.3 .include diff --git a/biology/p5-Bio-Das/Makefile b/biology/p5-Bio-Das/Makefile index f1c3b162b2ff..f265bd09c521 100644 --- a/biology/p5-Bio-Das/Makefile +++ b/biology/p5-Bio-Das/Makefile @@ -1,39 +1,39 @@ # New ports collection makefile for: p5-Bio-Das # Date created: 17 January 2005 # Whom: Razi Khaja # # $FreeBSD$ # PORTNAME= Bio-Das PORTVERSION= 1.07 -CATEGORIES= biology +CATEGORIES= biology perl5 MASTER_SITES= http://www.biodas.org/download/Bio::Das/ \ CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Client-side library for Distributed Genome Annotation System BUILD_DEPENDS= ${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ ${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \ ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ ${SITE_PERL}/Bio/Root/Root.pm:${PORTSDIR}/biology/p5-bioperl RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= YES MAN3= Bio::Das.3 Bio::Das::AGPServer::Config.3 Bio::Das::AGPServer::Daemon.3 \ Bio::Das::AGPServer::Parser.3 Bio::Das::AGPServer::SQLStorage.3 \ Bio::Das::AGPServer::SQLStorage::CSV::DB.3 \ Bio::Das::AGPServer::SQLStorage::MySQL::DB.3 \ Bio::Das::DSN.3 Bio::Das::Feature.3 Bio::Das::FeatureIterator.3 \ Bio::Das::HTTP::Fetch.3 Bio::Das::Map.3 Bio::Das::Request.3 \ Bio::Das::Request::Dnas.3 Bio::Das::Request::Dsn.3 \ Bio::Das::Request::Entry_points.3 Bio::Das::Request::Feature2Segments.3 \ Bio::Das::Request::Sequences.3 Bio::Das::Request::Stylesheet.3 \ Bio::Das::Request::Types.3 Bio::Das::Segment.3 Bio::Das::Stylesheet.3 \ Bio::Das::Type.3 Bio::Das::TypeHandler.3 Bio::Das::Util.3 .include diff --git a/databases/p5-Cache-Memcached-XS/Makefile b/databases/p5-Cache-Memcached-XS/Makefile index 072b518f73c9..c58b54b6fd62 100644 --- a/databases/p5-Cache-Memcached-XS/Makefile +++ b/databases/p5-Cache-Memcached-XS/Makefile @@ -1,26 +1,26 @@ # New ports collection makefile for: Cache-Memcached-XS # Date created: 8 September 2006 # Whom: Sergey Skvortsov # # $FreeBSD$ # PORTNAME= Cache-Memcached-XS PORTVERSION= 0.01 -CATEGORIES= databases +CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= skv@FreeBSD.org COMMENT= Client library for memcached using libmemcache LIB_DEPENDS= memcache.4:${PORTSDIR}/databases/libmemcache BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= 5.8.6+ CONFIGURE_ARGS= INC="-I${LOCALBASE}/include" MAN3= Cache::Memcached::XS.3 .include diff --git a/databases/p5-Cache-Memcached/Makefile b/databases/p5-Cache-Memcached/Makefile index cbd55442ce90..08e98094bd78 100644 --- a/databases/p5-Cache-Memcached/Makefile +++ b/databases/p5-Cache-Memcached/Makefile @@ -1,31 +1,31 @@ # New ports collection makefile for: p5-Cache-Memcached # Date created: 2004-04-15 # Whom: michael johnson # # $FreeBSD$ # PORTNAME= Cache-Memcached PORTVERSION= 1.24 -CATEGORIES= databases +CATEGORIES= databases perl5 MASTER_SITES= CPAN \ http://www.danga.com/memcached/dist/ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl API for memcached, a distributed memory cache daemon RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/String/CRC32.pm:${PORTSDIR}/devel/p5-String-CRC32 PERL_CONFIGURE= yes MAN3= Cache::Memcached.3 .include .if ${PERL_LEVEL} < 500800 RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \ ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable .endif .include diff --git a/databases/p5-SQL-ReservedWords/Makefile b/databases/p5-SQL-ReservedWords/Makefile index b6dbdf96039b..c86b096edb26 100644 --- a/databases/p5-SQL-ReservedWords/Makefile +++ b/databases/p5-SQL-ReservedWords/Makefile @@ -1,33 +1,33 @@ # New ports collection makefile for: databases/p5-SQL-ReservedWords # Date created: 29 August 2006 # Whom: Zach Thompson # # $FreeBSD$ # PORTNAME= SQL-ReservedWords PORTVERSION= 0.7 -CATEGORIES= databases +CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= hideo@lastamericanempire.com COMMENT= Reserved SQL words by ANSI/ISO BUILD_DEPENDS= ${SITE_PERL}/Sub/Exporter.pm:${PORTSDIR}/devel/p5-Sub-Exporter RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= 5.8.0+ MAN1= sqlrw.1 MAN3= SQL::ReservedWords.3 \ SQL::ReservedWords::DB2.3 \ SQL::ReservedWords::MySQL.3 \ SQL::ReservedWords::ODBC.3 \ SQL::ReservedWords::Oracle.3 \ SQL::ReservedWords::PostgreSQL.3 \ SQL::ReservedWords::SQLServer.3 \ SQL::ReservedWords::SQLite.3 \ SQL::ReservedWords::Sybase.3 .include diff --git a/devel/p5-Alias/Makefile b/devel/p5-Alias/Makefile index fbb41196eb8b..8d8bfd23908d 100644 --- a/devel/p5-Alias/Makefile +++ b/devel/p5-Alias/Makefile @@ -1,21 +1,21 @@ # New ports collection makefile for: Alias # Date created: 04 Nov 2000 # Whom: will # # $FreeBSD$ # PORTNAME= Alias PORTVERSION= 2.32 -CATEGORIES= devel +CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= A perl module that performs aliasing services PERL_CONFIGURE= yes MAN3= Alias.3 .include diff --git a/devel/p5-Class-Measure/Makefile b/devel/p5-Class-Measure/Makefile index 92300d3e3cce..df64ae1bd226 100644 --- a/devel/p5-Class-Measure/Makefile +++ b/devel/p5-Class-Measure/Makefile @@ -1,22 +1,22 @@ # New ports collection makefile for: p5-Class-Measure # Date created: 2006-10-23 # Whom: Gea-Suan Lin # # $FreeBSD$ # PORTNAME= Class-Measure PORTVERSION= 0.03 -CATEGORIES= devel +CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= Class PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Create, compare, and convert units of measurement PERL_MODBUILD= yes MAN3= Class::Measure.3 Class::Measure::Length.3 .include diff --git a/devel/p5-Class-ReturnValue/Makefile b/devel/p5-Class-ReturnValue/Makefile index 51f961f2656a..8efa292085f5 100644 --- a/devel/p5-Class-ReturnValue/Makefile +++ b/devel/p5-Class-ReturnValue/Makefile @@ -1,26 +1,26 @@ # New ports collection makefile for: Class::ReturnValue # Date created: 26 Jan 2003 # Whom: tobez # # $FreeBSD$ # PORTNAME= Class-ReturnValue PORTVERSION= 0.55 -CATEGORIES= devel +CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= A return-value object that can be treated as a boolean,array or object BUILD_DEPENDS= ${SITE_PERL}/Devel/StackTrace.pm:${PORTSDIR}/devel/p5-Devel-StackTrace RUN_DEPENDS= ${BUILD_DEPENDS} USE_PERL5= 5.8.0+ USE_PERL5_REASON= fails tests with 5.6.X PERL_CONFIGURE= yes MAN3= Class::ReturnValue.3 .include diff --git a/devel/p5-Class-Tom/Makefile b/devel/p5-Class-Tom/Makefile index 6a704b6a6293..e209cac727ec 100644 --- a/devel/p5-Class-Tom/Makefile +++ b/devel/p5-Class-Tom/Makefile @@ -1,26 +1,26 @@ # New ports collection makefile for: Class::Tom # Date created: 04 Nov 2000 # Whom: will # # $FreeBSD$ # PORTNAME= Class-Tom PORTVERSION= 3.02 -CATEGORIES= devel +CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= A perl module to transport objects from one system to another BUILD_DEPENDS= ${SITE_PERL}/Devel/Symdump.pm:${PORTSDIR}/devel/p5-Devel-Symdump \ ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 RUN_DEPENDS= ${BUILD_DEPENDS} SITE_PERL= ${PREFIX}/lib/perl5/site_perl/${PERL_VER} PERL_CONFIGURE= yes MAN3= Class::Tom.3 .include diff --git a/devel/p5-Coro/Makefile b/devel/p5-Coro/Makefile index 10f4a8ea3c56..99fb8fc484a2 100644 --- a/devel/p5-Coro/Makefile +++ b/devel/p5-Coro/Makefile @@ -1,41 +1,41 @@ # New ports collection makefile for: Coro # Date created: 27 Jan 2003 # Whom: tobez # # $FreeBSD$ # PORTNAME= Coro PORTVERSION= 4.5.1 PORTEPOCH= 1 -CATEGORIES= devel +CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(.)$/\1/} MAINTAINER= perl@FreeBSD.org COMMENT= Coroutine process abstraction for perl RUN_DEPENDS= p5-Event>=0.89:${PORTSDIR}/devel/p5-Event \ p5-AnyEvent>=2.5.1:${PORTSDIR}/devel/p5-AnyEvent \ ${SITE_PERL}/${PERL_ARCH}/IO/AIO.pm:${PORTSDIR}/devel/p5-IO-AIO BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= 5.8.0+ MAN3= Coro.3 Coro::AIO.3 Coro::Channel.3 Coro::Handle.3 \ Coro::BDB.3 Coro::Debug.3 \ Coro::LWP.3 Coro::MakeMaker.3 Coro::RWLock.3 Coro::Select.3 \ Coro::Semaphore.3 Coro::SemaphoreSet.3 Coro::Signal.3 \ Coro::Socket.3 Coro::Specific.3 Coro::State.3 Coro::Storable.3 \ Coro::Timer.3 Coro::Util.3 Coro::Event.3 post-install: ${MKDIR} ${EXAMPLESDIR} ${INSTALL_SCRIPT} ${WRKSRC}/eg/* ${EXAMPLESDIR} .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/cede-vs-schedule ${DOCSDIR} .endif .include diff --git a/devel/p5-Curses-Application/Makefile b/devel/p5-Curses-Application/Makefile index 836093b4a47b..dd4a24a54bbe 100644 --- a/devel/p5-Curses-Application/Makefile +++ b/devel/p5-Curses-Application/Makefile @@ -1,26 +1,26 @@ # ex:ts=8 # Ports collection makefile for: p5-Curses-Application # Date created: Apr 3, 2003 # Whom: ijliao # # $FreeBSD$ # PORTNAME= Curses-Application PORTVERSION= 0.2 -CATEGORIES= devel +CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- DISTNAME= CursesApplication-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Curses application development framework BUILD_DEPENDS= ${SITE_PERL}/Curses/Forms.pm:${PORTSDIR}/devel/p5-Curses-Forms RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN3= Curses::Application.3 .include diff --git a/devel/p5-Curses-Forms/Makefile b/devel/p5-Curses-Forms/Makefile index 5d78e0174f21..d55ab8d77940 100644 --- a/devel/p5-Curses-Forms/Makefile +++ b/devel/p5-Curses-Forms/Makefile @@ -1,29 +1,29 @@ # ex:ts=8 # Ports collection makefile for: p5-Curses-Forms # Date created: Apr 3, 2003 # Whom: ijliao # # $FreeBSD$ # PORTNAME= Curses-Forms PORTVERSION= 1.997 -CATEGORIES= devel +CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- DISTNAME= CursesForms-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Provide high level APIs for rapid UI design on the console BUILD_DEPENDS= ${SITE_PERL}/Curses/Widgets.pm:${PORTSDIR}/devel/p5-Curses-Widgets RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN3= Curses::Forms.3 \ Curses::Forms::Dialog.3 \ Curses::Forms::Dialog::Input.3 \ Curses::Forms::Dialog::Logon.3 .include diff --git a/devel/p5-Curses-Widgets/Makefile b/devel/p5-Curses-Widgets/Makefile index bb2bca344849..70330c61b2c2 100644 --- a/devel/p5-Curses-Widgets/Makefile +++ b/devel/p5-Curses-Widgets/Makefile @@ -1,37 +1,37 @@ # New ports collection makefile for: p5-Curses-Widgets # Date created: 5 July 2001 # Whom: petef@FreeBSD.org # # $FreeBSD$ # PORTNAME= Curses-Widgets PORTVERSION= 1.997 -CATEGORIES= devel +CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- DISTNAME= CursesWidgets-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Curses-based widgets and functions BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Curses.pm:${PORTSDIR}/devel/p5-Curses RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN3= Curses::Widgets::Label.3 \ Curses::Widgets.3 \ Curses::Widgets::TextMemo.3 \ Curses::Widgets::ListBox.3 \ Curses::Widgets::Menu.3 \ Curses::Widgets::ButtonSet.3 \ Curses::Widgets::ComboBox.3 \ Curses::Widgets::TextField.3 \ Curses::Widgets::Tutorial.3 \ Curses::Widgets::Calendar.3 \ Curses::Widgets::ProgressBar.3 \ Curses::Widgets::ListBox::MultiColumn.3 \ Curses::Widgets::Tutorial::Creation.3 .include diff --git a/devel/p5-Danga-Socket/Makefile b/devel/p5-Danga-Socket/Makefile index 49ac776b0505..7cb443cb53cd 100644 --- a/devel/p5-Danga-Socket/Makefile +++ b/devel/p5-Danga-Socket/Makefile @@ -1,27 +1,27 @@ # New ports collection makefile for: p5-Danga-Socket # Date created: 2005-08-08 # Whom: Jacques Marneweck # # $FreeBSD$ # PORTNAME= Danga-Socket PORTVERSION= 1.57 -CATEGORIES= devel net +CATEGORIES= devel net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= skv@FreeBSD.org COMMENT= Event loop and event-driven async socket base class BUILD_DEPENDS= ${SITE_PERL}/Sys/Syscall.pm:${PORTSDIR}/devel/p5-Sys-Syscall \ ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \ ${SITE_PERL}/${PERL_ARCH}/IO/KQueue.pm:${PORTSDIR}/devel/p5-IO-KQueue \ ${SITE_PERL}/${PERL_ARCH}/BSD/Resource.pm:${PORTSDIR}/devel/p5-BSD-Resource RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN3= Danga::Socket.3 .include diff --git a/devel/p5-Device-USB/Makefile b/devel/p5-Device-USB/Makefile index 82e5cf5b4524..cec432faad57 100644 --- a/devel/p5-Device-USB/Makefile +++ b/devel/p5-Device-USB/Makefile @@ -1,34 +1,34 @@ # New ports collection makefile for: p5-usb # Date created: 2007-05-05 # Whom: Jason Bacon # # $FreeBSD$ # PORTNAME= usb PORTVERSION= 0.21 -CATEGORIES= devel +CATEGORIES= devel perl5 MASTER_SITES= http://search.cpan.org/CPAN/authors/id/G/GW/GWADEJ/ \ http://personalpages.tds.net/~jwbacon/Ports/distfiles/ PKGNAMEPREFIX= p5- DISTNAME= Device-USB-${PORTVERSION} MAINTAINER= bacon@smithers.neuro.mcw.edu COMMENT= Perl wrapper for libusb BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/5.8.8/Inline.pm:${PORTSDIR}/devel/p5-Inline LIB_DEPENDS= usb-0.1.8:${PORTSDIR}/devel/libusb WRKSRC= ${WRKDIR}/Device-USB-0.21 PERL_CONFIGURE= yes MAN3= Device::USB.3 \ Device::USB::Bus.3 \ Device::USB::DevConfig.3 \ Device::USB::DevEndpoint.3 \ Device::USB::DevInterface.3 \ Device::USB::Device.3 \ Device::USB::FAQ.3 \ Device::dump_usb.3 .include diff --git a/devel/p5-Java/Makefile b/devel/p5-Java/Makefile index d5c56c333468..77f0be8a603e 100644 --- a/devel/p5-Java/Makefile +++ b/devel/p5-Java/Makefile @@ -1,32 +1,32 @@ # New ports collection makefile for: Java # Date Created: 27 January 2006 # Whom: Simun Mikecin # # $FreeBSD$ # PORTNAME= Java PORTVERSION= 4.7 PORTREVISION= 2 -CATEGORIES= devel java +CATEGORIES= devel java perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= numisemis@yahoo.com COMMENT= Perl extension for accessing a JVM remotely or locally USE_RC_SUBR= javaserver.sh PERL_CONFIGURE= YES USE_JAVA= yes JAVA_VERSION= 1.1+ MAN3= Java.3 JavaArray.3 post-patch: ${RM} ${WRKSRC}/java_server_install.pl post-install: ${MKDIR} ${PREFIX}/share/p5-Java ${INSTALL_DATA} ${WRKSRC}/JavaServer.jar ${PREFIX}/share/p5-Java .include diff --git a/devel/p5-Logfile-Rotate/Makefile b/devel/p5-Logfile-Rotate/Makefile index 3e9793ef2ff3..c60d7c4a06c3 100644 --- a/devel/p5-Logfile-Rotate/Makefile +++ b/devel/p5-Logfile-Rotate/Makefile @@ -1,21 +1,21 @@ # New ports collection makefile for: p5-Logfile-Rotate # Date created: 2006-08-01 # Whom: Renato Botelho # # $FreeBSD$ # PORTNAME= Logfile-Rotate PORTVERSION= 1.04 -CATEGORIES= devel +CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module to rotate logfiles PERL_CONFIGURE= yes MAN3= Logfile::Rotate.3 .include diff --git a/devel/p5-Object-Realize-Later/Makefile b/devel/p5-Object-Realize-Later/Makefile index 1ed3ffc68836..5d8fa16ef751 100644 --- a/devel/p5-Object-Realize-Later/Makefile +++ b/devel/p5-Object-Realize-Later/Makefile @@ -1,28 +1,28 @@ # New ports collection makefile for: Object-Realize-Later # Date created: 05 Mar 2003 # Whom: tobez # # $FreeBSD$ # PORTNAME= Object-Realize-Later PORTVERSION= 0.18 -CATEGORIES= devel +CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= Object PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Delayed creation of objects PERL_CONFIGURE= yes MAN3= Object::Realize::Later.3 .include .if ${PERL_LEVEL} < 500703 RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils .endif .include diff --git a/devel/p5-SDL/Makefile b/devel/p5-SDL/Makefile index edac286068d8..2d9ec6861abc 100644 --- a/devel/p5-SDL/Makefile +++ b/devel/p5-SDL/Makefile @@ -1,97 +1,97 @@ # New Ports Collection Makefile for: p5-sdl # Date created: 2002-10-06 # Whom: Klaus Goger # $FreeBSD$ PORTNAME= sdl PORTVERSION= 1.20.3 PORTREVISION= 7 -CATEGORIES= devel +CATEGORIES= devel perl5 MASTER_SITES= http://bloodgate.com/perl/sdl/pub/ PKGNAMEPREFIX= p5- DISTNAME= SDL_perl-${PORTVERSION} MAINTAINER= philip@FreeBSD.org COMMENT= Perl Bindings for SDL LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg USE_PERL5= yes USE_SDL= sdl .include .if !defined(WITHOUT_SDL_TTF) USE_SDL+= ttf .endif .if !defined(WITHOUT_SDL_NET) USE_SDL+= net .endif .if !defined(WITHOUT_SDL_GFX) USE_SDL+= gfx .endif .if !defined(WITHOUT_SDL_IMAGE) USE_SDL+= image .endif .if !defined(WITHOUT_SDL_MIXER) USE_SDL+= mixer .endif .if ${PERL_LEVEL} < 500800 BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple RUN_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple .endif USE_LDCONFIG= yes INSTALL_TARGET= pure_install MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= SDL.3 \ SDL::App.3 \ SDL::Cdrom.3 \ SDL::Color.3 \ SDL::Console.3 \ SDL::Cursor.3 \ SDL::Event.3 \ SDL::Font.3 \ SDL::Mixer.3 \ SDL::Music.3 \ SDL::OpenGL.3 \ SDL::OpenGL::Cube.3 \ SDL::OpenGL::Model.3 \ SDL::Palette.3 \ SDL::Rect.3 \ SDL::Shell.3 \ SDL::Sound.3 \ SDL::Surface.3 \ SDL::TTFont.3 \ SDL::Timer.3 \ SDL::Tool::Font.3 \ SDL::Tool::Graphic.3 pre-extract: .if !defined(WITHOUT_SDL_GFX) @${ECHO_MSG} "You can disable support for mikmod by defining WITHOUT_SDL_GFX." .endif .if !defined(WITHOUT_SDL_IMAGE) @${ECHO_MSG} "You can disable support for mikmod by defining WITHOUT_SDL_IMAGE." .endif .if !defined(WITHOUT_SDL_MIXER) @${ECHO_MSG} "You can disable support for mikmod by defining WITHOUT_SDL_MIXER." .endif .if !defined(WITHOUT_SDL_NET) @${ECHO_MSG} "You can disable support for mikmod by defining WITHOUT_SDL_NET." .endif .if !defined(WITHOUT_SDL_TTF) @${ECHO_MSG} "You can disable support for mikmod by defining WITHOUT_SDL_TTF." .endif do-configure: cd ${WRKSRC}; ${PERL} ${WRKSRC}/Makefile.freebsd .include diff --git a/devel/p5-SVN-Notify/Makefile b/devel/p5-SVN-Notify/Makefile index 0e0345f8d380..712576d650c9 100644 --- a/devel/p5-SVN-Notify/Makefile +++ b/devel/p5-SVN-Notify/Makefile @@ -1,35 +1,35 @@ # Ports collection Makefile for: SVN::Notify # Date created: 22 Feb 2005 # Whom: dom@happygiraffe.net # # $FreeBSD$ # PORTNAME= SVN-Notify PORTVERSION= 2.74 -CATEGORIES= devel +CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Subversion activity notification RUN_DEPENDS= ${SITE_PERL}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net \ ${SITE_PERL}/Net/SMTP_auth.pm:${PORTSDIR}/mail/p5-Net-SMTP_auth \ p5-Text-Trac>=0.09:${PORTSDIR}/textproc/p5-Text-Trac \ ${SITE_PERL}/${PERL_ARCH}/HTML/Entities.pm:${PORTSDIR}/www/p5-HTML-Parser BUILD_DEPENDS= ${RUN_DEPENDS} PERL_MODBUILD= yes MAN1= svnnotify.1 MAN3= SVN::Notify.3 SVN::Notify::Alternative.3 SVN::Notify::HTML.3 \ SVN::Notify::HTML::ColorDiff.3 SVN::Notify::Filter.3 SVN::Notify::Filter::Trac.3 .include .if ${PERL_LEVEL} < 500801 RUN_DEPENDS+= p5-Getopt-Long>=2.34:${PORTSDIR}/devel/p5-Getopt-Long .endif .include diff --git a/devel/p5-Term-ReadPassword/Makefile b/devel/p5-Term-ReadPassword/Makefile index 6c585bdc5904..c005ed433a7c 100644 --- a/devel/p5-Term-ReadPassword/Makefile +++ b/devel/p5-Term-ReadPassword/Makefile @@ -1,20 +1,20 @@ # New ports collection makefile for: p5-Term-ReadPassword # Date created: Aug 29 2005 # Whom: Jun Kuriyama # # $FreeBSD$ # PORTNAME= Term-ReadPassword PORTVERSION= 0.11 -CATEGORIES= devel +CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl module for asking the user for a password PERL_CONFIGURE= YES MAN3= Term::ReadPassword.3 .include diff --git a/devel/p5-Thrift/Makefile b/devel/p5-Thrift/Makefile index a749568761ce..eb024ba402bc 100644 --- a/devel/p5-Thrift/Makefile +++ b/devel/p5-Thrift/Makefile @@ -1,27 +1,27 @@ # New ports collection makefile for: Thrift # Date created: 27 September 2007 # Whom: Sergey Skvortsov # # $FreeBSD$ # PORTNAME= Thrift PORTVERSION= 0.1 -CATEGORIES= devel +CATEGORIES= devel perl5 PKGNAMEPREFIX= p5- DISTFILES= MAINTAINER= skv@FreeBSD.org COMMENT= Perl interface to Thrift RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Bit/Vector.pm:${PORTSDIR}/math/p5-Bit-Vector BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/devel/thrift:extract \ ${RUN_DEPENDS} PERL_CONFIGURE= 5.6.0+ post-extract: @${LN} -sfh \ `cd ${PORTSDIR}/devel/thrift && ${MAKE} -V WRKSRC`/lib/perl ${WRKSRC} .include diff --git a/devel/p5-Time-Object/Makefile b/devel/p5-Time-Object/Makefile index d6f6f79f35d8..5f53c2004ac0 100644 --- a/devel/p5-Time-Object/Makefile +++ b/devel/p5-Time-Object/Makefile @@ -1,22 +1,22 @@ # Ports collection Makefile for: p5-Time-Object # Date created: 8 Jan 2002 # Whom: dom@happygiraffe.net # # $FreeBSD$ # PORTNAME= Time-Object PORTVERSION= 1.00 PORTREVISION= 1 -CATEGORIES= devel +CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= A Perl OO interface to time and dates MAN3= Time::Object.3 Time::Seconds.3 PERL_CONFIGURE= yes .include diff --git a/devel/p5-accessors/Makefile b/devel/p5-accessors/Makefile index 09a3b7f368d9..81432af60d45 100644 --- a/devel/p5-accessors/Makefile +++ b/devel/p5-accessors/Makefile @@ -1,23 +1,23 @@ # New ports collection makefile for: p5-accessors # Date created: 17 September 2005 # Whom: Yen-Ming Lee # # $FreeBSD$ # PORTNAME= accessors PORTVERSION= 1.00 -CATEGORIES= devel +CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../by-authors/id/S/SP/SPURKIS PKGNAMEPREFIX= p5- MAINTAINER= leeym@FreeBSD.org COMMENT= Create accessor methods in caller's package #' PERL_MODBUILD= yes MAN3= accessors.3 accessors::chained.3 accessors::classic.3 \ accessors::ro.3 accessors::rw.3 .include diff --git a/devel/p5-subatom/Makefile b/devel/p5-subatom/Makefile index 2c2860db7073..8857acd78b1e 100644 --- a/devel/p5-subatom/Makefile +++ b/devel/p5-subatom/Makefile @@ -1,26 +1,26 @@ # New ports collection makefile for: p5-subatom # Date created: 2006-09-26 # Whom: Gea-Suan Lin # # $FreeBSD$ # PORTNAME= subatom PORTVERSION= 0.12 -CATEGORIES= devel +CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../../authors/id/H/HD/HDM PKGNAMEPREFIX= p5- MAINTAINER= gslin@gslin.org COMMENT= Produce an atom feed from subversion commits BUILD_DEPENDS= ${SITE_PERL}/XML/Atom/SimpleFeed.pm:${PORTSDIR}/textproc/p5-XML-Atom-SimpleFeed RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_MODBUILD= 5.8.0+ PLIST_FILES= bin/subatom MAN1= subatom.1 .include diff --git a/devel/p5-usb/Makefile b/devel/p5-usb/Makefile index 82e5cf5b4524..cec432faad57 100644 --- a/devel/p5-usb/Makefile +++ b/devel/p5-usb/Makefile @@ -1,34 +1,34 @@ # New ports collection makefile for: p5-usb # Date created: 2007-05-05 # Whom: Jason Bacon # # $FreeBSD$ # PORTNAME= usb PORTVERSION= 0.21 -CATEGORIES= devel +CATEGORIES= devel perl5 MASTER_SITES= http://search.cpan.org/CPAN/authors/id/G/GW/GWADEJ/ \ http://personalpages.tds.net/~jwbacon/Ports/distfiles/ PKGNAMEPREFIX= p5- DISTNAME= Device-USB-${PORTVERSION} MAINTAINER= bacon@smithers.neuro.mcw.edu COMMENT= Perl wrapper for libusb BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/5.8.8/Inline.pm:${PORTSDIR}/devel/p5-Inline LIB_DEPENDS= usb-0.1.8:${PORTSDIR}/devel/libusb WRKSRC= ${WRKDIR}/Device-USB-0.21 PERL_CONFIGURE= yes MAN3= Device::USB.3 \ Device::USB::Bus.3 \ Device::USB::DevConfig.3 \ Device::USB::DevEndpoint.3 \ Device::USB::DevInterface.3 \ Device::USB::Device.3 \ Device::USB::FAQ.3 \ Device::dump_usb.3 .include diff --git a/finance/p5-Data-Currency/Makefile b/finance/p5-Data-Currency/Makefile index f848975ad5c5..a86b5f2ed8ab 100644 --- a/finance/p5-Data-Currency/Makefile +++ b/finance/p5-Data-Currency/Makefile @@ -1,35 +1,35 @@ # New ports collection makefile for: finance/p5-Data-Currency # Date created: 01 November 2007 # Whom: Zach Thompson # # $FreeBSD$ # PORTNAME= Data-Currency PORTVERSION= 0.04002 -CATEGORIES= finance +CATEGORIES= finance perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= Data PKGNAMEPREFIX= p5- MAINTAINER= hideo@lastamericanempire.com COMMENT= Container class for currency conversion/formatting BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils \ ${SITE_PERL}/Locale/Currency/Format.pm:${PORTSDIR}/finance/p5-Locale-Currency-Format \ ${SITE_PERL}/Class/Accessor/Grouped.pm:${PORTSDIR}/devel/p5-Class-Accessor-Grouped \ ${SITE_PERL}/Finance/Currency/Convert/WebserviceX.pm:${PORTSDIR}/finance/p5-Finance-Currency-Convert-WebserviceX \ ${SITE_PERL}/Locale/Currency.pm:${PORTSDIR}/misc/p5-Locale-Codes \ ${SITE_PERL}/Class/Inspector.pm:${PORTSDIR}/devel/p5-Class-Inspector RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils \ ${SITE_PERL}/Locale/Currency/Format.pm:${PORTSDIR}/finance/p5-Locale-Currency-Format \ ${SITE_PERL}/Class/Accessor/Grouped.pm:${PORTSDIR}/devel/p5-Class-Accessor-Grouped \ ${SITE_PERL}/Finance/Currency/Convert/WebserviceX.pm:${PORTSDIR}/finance/p5-Finance-Currency-Convert-WebserviceX \ ${SITE_PERL}/Locale/Currency.pm:${PORTSDIR}/misc/p5-Locale-Codes \ ${SITE_PERL}/Class/Inspector.pm:${PORTSDIR}/devel/p5-Class-Inspector PERL_CONFIGURE= yes MAN3= Data::Currency.3 .include diff --git a/graphics/p5-SVG-Metadata/Makefile b/graphics/p5-SVG-Metadata/Makefile index 3c0d92b20095..a9a6a2911599 100644 --- a/graphics/p5-SVG-Metadata/Makefile +++ b/graphics/p5-SVG-Metadata/Makefile @@ -1,28 +1,28 @@ # New ports collection makefile for: p5-SVG-Metadata # Date created: 2005-03-13 # Whom: Michael Johnson # # $FreeBSD$ # PORTNAME= SVG-Metadata PORTVERSION= 0.28 -CATEGORIES= graphics +CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= ahze@FreeBSD.org COMMENT= Perl module to capture metadata info about an SVG file BUILD_DEPENDS= xml_grep:${PORTSDIR}/textproc/p5-XML-Twig RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN1= svg_validate.1 svg_annotate.1 MAN3= SVG::Metadata.3 post-patch: ${RM} -f ${WRKSRC}/lib/SVG/Metadata.pm.orig .include diff --git a/japanese/p5-FormValidator-Simple-Plugin-Number-Phone-JP/Makefile b/japanese/p5-FormValidator-Simple-Plugin-Number-Phone-JP/Makefile index 460fce464cd2..17a73af216bd 100644 --- a/japanese/p5-FormValidator-Simple-Plugin-Number-Phone-JP/Makefile +++ b/japanese/p5-FormValidator-Simple-Plugin-Number-Phone-JP/Makefile @@ -1,28 +1,28 @@ # New ports collection makefile for: p5-FormValidator-Simple-Plugin-Number-Phone-JP # Date created: May 10, 2006 # Whom: kuriyama@FreeBSD.org # # $FreeBSD$ # PORTNAME= FormValidator-Simple-Plugin-Number-Phone-JP PORTVERSION= 0.02 -CATEGORIES= japanese +CATEGORIES= japanese perl5 MASTER_SITES= CPAN MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl module for Japanese phone number validation BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-FormValidator-Simple>=0.03:${PORTSDIR}/textproc/p5-FormValidator-Simple \ ja-p5-Number-Phone-JP>=0.03:${PORTSDIR}/japanese/p5-Number-Phone-JP PERL_CONFIGURE= yes MAN3= FormValidator::Simple::Plugin::Number::Phone::JP.3 .include PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5- .include diff --git a/mail/p5-Mail-LMLM/Makefile b/mail/p5-Mail-LMLM/Makefile index 89f9963944e0..c1faeb125564 100644 --- a/mail/p5-Mail-LMLM/Makefile +++ b/mail/p5-Mail-LMLM/Makefile @@ -1,32 +1,32 @@ # New ports collection makefile for: p5-Mail-LMLM # Date created: 2007-03-17 # Whom: Gea-Suan Lin # # $FreeBSD$ # PORTNAME= Mail-LMLM PORTVERSION= 0.6400 -CATEGORIES= mail +CATEGORIES= mail perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= Mail PKGNAMEPREFIX= p5- MAINTAINER= gslin@gslin.org COMMENT= List of Mailing Lists Manager PERL_CONFIGURE= yes MAN3= Mail::LMLM.3 Mail::LMLM::Object.3 Mail::LMLM::Render.3 \ Mail::LMLM::Render::HTML.3 Mail::LMLM::Types::Base.3 \ Mail::LMLM::Types::Egroups.3 Mail::LMLM::Types::Ezmlm.3 \ Mail::LMLM::Types::Listar.3 Mail::LMLM::Types::Listserv.3 \ Mail::LMLM::Types::Mailman.3 Mail::LMLM::Types::Majordomo.3 post-install: ${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/COPYING ${DATADIR} ${MKDIR} ${EXAMPLESDIR} ${CP} -R ${WRKSRC}/examples/ ${EXAMPLESDIR} .include diff --git a/mail/p5-qpsmtpd/Makefile b/mail/p5-qpsmtpd/Makefile index 97853a7fe8ff..fd64e5d68eb7 100644 --- a/mail/p5-qpsmtpd/Makefile +++ b/mail/p5-qpsmtpd/Makefile @@ -1,77 +1,77 @@ # New ports collection makefile for: qpsmtpd # Date created: 1 January 2007 # Whom: Zane C. Bowers # # $FreeBSD$ # PORTNAME= qpsmtpd PORTVERSION= 0.40 PORTREVISION= 2 -CATEGORIES= mail +CATEGORIES= mail perl5 MASTER_SITES= http://smtpd.develooper.com/files/ PKGNAMEPREFIX= p5- DISTNAME= qpsmtpd-${PORTVERSION} MAINTAINER= pgollucci@p6m7g8.com COMMENT= A flexible SMTP daemon written in Perl and featuring a plugin API RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \ ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ ${SITE_PERL}/Mail/Header.pm:${PORTSDIR}/mail/p5-Mail-Tools \ ${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL \ spamd:${PORTSDIR}/mail/p5-Mail-SpamAssassin \ ${SITE_PERL}/${PERL_ARCH}/Net/DNS/Resolver.pm:${PORTSDIR}/dns/p5-Net-DNS \ ${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate \ ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp \ ${SITE_PERL}/${PERL_ARCH}/Geo/IP.pm:${PORTSDIR}/net/p5-Geo-IP \ ${SITE_PERL}/Net/LDAP.pm:${PORTSDIR}/net/p5-perl-ldap \ ${SITE_PERL}/Digest/HMAC_MD5.pm:${PORTSDIR}/security/p5-Digest-HMAC \ clamd:${PORTSDIR}/security/clamav WRKSRC= ${WRKDIR}/${DISTNAME} PERL_CONFIGURE= yes MAN3= Qpsmtpd::Command.3 \ Qpsmtpd::Constants.3 \ Qpsmtpd::DSN.3 \ Qpsmtpd::ConfigServer.3 \ Qpsmtpd::Transaction.3 \ Qpsmtpd::Address.3 \ Qpsmtpd.3 \ Qpsmtpd::Connection.3 \ Qpsmtpd::Postfix.3 \ Apache::Qpsmtpd.3 USE_RC_SUBR= qpsmtpd.sh pre-configure: @${RM} ${WRKSRC}/plugins/milter post-install: @${MKDIR} ${EXAMPLESDIR} @${MKDIR} ${DATADIR} @${MKDIR} ${DATADIR}/plugins @(cd ${WRKSRC}/plugins/ && ${COPYTREE_SHARE} \* ${DATADIR}/plugins/) @(cd ${WRKSRC}/config.sample/ && ${COPYTREE_SHARE} \* ${EXAMPLESDIR}/) .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/README* ${DOCSDIR}/ .endif @${ECHO_MSG} @${ECHO_MSG} @${ECHO_MSG} '*****************************************************************' @${ECHO_MSG} @${ECHO_MSG} "Please read http://wiki.qpsmtpd.org/ for more info about" @${ECHO_MSG} "installation." @${ECHO_MSG} @${ECHO_MSG} "The example config can be found in "${PREFIX}"/share/examples/"${PORTNAME}"/" @${ECHO_MSG} @${ECHO_MSG} "The plugins can be found in "${PREFIX}"/share/"${PORTNAME}"/plugins/" @${ECHO_MSG} @${ECHO_MSG} "This port does also not make any assumptions about what user you" @${ECHO_MSG} "wish to use or install location." @${ECHO_MSG} @${ECHO_MSG} '*****************************************************************' .include diff --git a/math/p5-AI-NeuralNet-BackProp/Makefile b/math/p5-AI-NeuralNet-BackProp/Makefile index 876f4d2cc413..20abfb0c370c 100644 --- a/math/p5-AI-NeuralNet-BackProp/Makefile +++ b/math/p5-AI-NeuralNet-BackProp/Makefile @@ -1,23 +1,23 @@ # New ports collection makefile for: AI-NeuralNet-BackProp # Date created: 15 Nov 2000 # Whom: will # # $FreeBSD$ # PORTNAME= AI-NeuralNet-BackProp PORTVERSION= 0.89 -CATEGORIES= math +CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Perl module implementing a back-propagation feed-forward neural network USE_ZIP= yes NO_WRKSUBDIR= yes PERL_CONFIGURE= yes MAN3= AI::NeuralNet::BackProp.3 .include diff --git a/math/p5-AI-Perceptron/Makefile b/math/p5-AI-Perceptron/Makefile index 51aa958fb39c..0f180b54a78c 100644 --- a/math/p5-AI-Perceptron/Makefile +++ b/math/p5-AI-Perceptron/Makefile @@ -1,24 +1,24 @@ # New ports collection makefile for: AI-Perceptron # Date created: 04 Nov 2000 # Whom: will # # $FreeBSD$ # PORTNAME= AI-Perceptron PORTVERSION= 1.0 -CATEGORIES= math +CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Perl module for introducing to internal operations of neural networks BUILD_DEPENDS= ${SITE_PERL}/accessors.pm:${PORTSDIR}/devel/p5-accessors RUN_DEPENDS= ${BUILD_DEPENDS} PERL_MODBUILD= yes MAN3= AI::Perceptron.3 .include diff --git a/math/p5-Algorithm-CurveFit/Makefile b/math/p5-Algorithm-CurveFit/Makefile index f02443df2c46..889e2e846d9e 100644 --- a/math/p5-Algorithm-CurveFit/Makefile +++ b/math/p5-Algorithm-CurveFit/Makefile @@ -1,25 +1,25 @@ # New ports collection makefile for: p5-Algorithm-CurveFit # Date created: 2006-10-20 # Whom: Gea-Suan Lin # # $FreeBSD$ # PORTNAME= Algorithm-CurveFit PORTVERSION= 1.03 -CATEGORIES= math +CATEGORIES= math perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= Algorithm PKGNAMEPREFIX= p5- MAINTAINER= gslin@gslin.org COMMENT= Nonlinear Least Squares Fitting RUN_DEPENDS= ${SITE_PERL}/Math/MatrixReal.pm:${PORTSDIR}/math/p5-MatrixReal \ ${SITE_PERL}/Math/Symbolic.pm:${PORTSDIR}/math/p5-Math-Symbolic PERL_CONFIGURE= yes MAN3= Algorithm::CurveFit.3 .include diff --git a/math/p5-Math-Complex/Makefile b/math/p5-Math-Complex/Makefile index 1be4d3a5bea8..164f9923fb07 100644 --- a/math/p5-Math-Complex/Makefile +++ b/math/p5-Math-Complex/Makefile @@ -1,22 +1,22 @@ # New ports collection makefile for: p5-Math-Complex # Date created: 2008-01-08 # Whom: Jin-Shan Tseng # # $FreeBSD$ # PORTNAME= Math-Complex PORTVERSION= 1.54 -CATEGORIES= math +CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Complex numbers and associated mathematical functions PERL_CONFIGURE= yes MAN3= Math::Complex.3 \ Math::Trig.3 .include diff --git a/math/p5-Math-Polynomial-Solve/Makefile b/math/p5-Math-Polynomial-Solve/Makefile index b086feb59462..f158baf3eb09 100644 --- a/math/p5-Math-Polynomial-Solve/Makefile +++ b/math/p5-Math-Polynomial-Solve/Makefile @@ -1,22 +1,22 @@ # New ports collection makefile for: p5-Math-Polynomial-Solve # Date created: 2006-10-23 # Whom: Gea-Suan Lin # # $FreeBSD$ # PORTNAME= Math-Polynomial-Solve PORTVERSION= 2.11 -CATEGORIES= math +CATEGORIES= math perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= Math PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Find the roots of polynomial equations PERL_CONFIGURE= yes MAN3= Math::Polynomial::Solve.3 .include diff --git a/math/p5-Statistics-Forecast/Makefile b/math/p5-Statistics-Forecast/Makefile index 1fe591dc8bff..aca264777565 100644 --- a/math/p5-Statistics-Forecast/Makefile +++ b/math/p5-Statistics-Forecast/Makefile @@ -1,22 +1,22 @@ # New ports collection makefile for: p5-Statistics-Forecast # Date created: 2006/12/23 # Whom: chinsan # # $FreeBSD$ # PORTNAME= Statistics-Forecast PORTVERSION= 0.3 -CATEGORIES= math +CATEGORIES= math perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= Statistics PKGNAMEPREFIX= p5- MAINTAINER= chinsan@FreeBSD.org COMMENT= Calculates a future value PERL_CONFIGURE= yes MAN3= Statistics::Forecast.3 .include diff --git a/math/p5-Statistics-LineFit/Makefile b/math/p5-Statistics-LineFit/Makefile index cacc3cc5f273..1a8b018b131b 100644 --- a/math/p5-Statistics-LineFit/Makefile +++ b/math/p5-Statistics-LineFit/Makefile @@ -1,26 +1,26 @@ # New ports collection makefile for: p5-Statistics-LineFit # Date created: 2006-10-23 # Whom: Gea-Suan Lin # # $FreeBSD$ # PORTNAME= Statistics-LineFit PORTVERSION= 0.07 -CATEGORIES= math +CATEGORIES= math perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= Statistics PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Least squares line fit, weighted or unweighted PERL_CONFIGURE= yes WRKSRC= ${WRKDIR}/${PORTNAME} MAN3= Statistics::LineFit.3 post-extract: ${CHMOD} 755 ${WRKSRC} .include diff --git a/misc/p5-Norge/Makefile b/misc/p5-Norge/Makefile index 5ce67859709c..82d045e72d0c 100644 --- a/misc/p5-Norge/Makefile +++ b/misc/p5-Norge/Makefile @@ -1,21 +1,21 @@ # New ports collection makefile for: Norge # Date created: 17 May 2005 # Whom: Anders Nordby # # $FreeBSD$ # PORTNAME= Norge PORTVERSION= 1.08 -CATEGORIES= misc textproc +CATEGORIES= misc textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= anders@FreeBSD.org COMMENT= Misc. norwegian methods for Perl, conversion/dates/numbers etc. PERL_CONFIGURE= yes MAN3= No::Sort.3 No::KontoNr.3 No::PersonNr.3 No::Dato.3 .include diff --git a/net/p5-Geo-IP/Makefile b/net/p5-Geo-IP/Makefile index 7ed0ab5a91f5..7c49fe4a665d 100644 --- a/net/p5-Geo-IP/Makefile +++ b/net/p5-Geo-IP/Makefile @@ -1,25 +1,25 @@ # New ports collection makefile for: p5-Geo-IP # Date created: 10 August 2002 # Whom: Yen-Ming Lee # # $FreeBSD$ # PORTNAME= Geo-IP PORTVERSION= 1.31 -CATEGORIES= net geography +CATEGORIES= net geography perl5 MASTER_SITES= CPAN \ http://www.maxmind.com/download/geoip/api/perl/ PKGNAMEPREFIX= p5- MAINTAINER= clsung@FreeBSD.org COMMENT= Gets country name by IP or hostname LIB_DEPENDS= GeoIP.5:${PORTSDIR}/net/GeoIP PERL_CONFIGURE= yes CONFIGURE_ARGS= LIBS='-L${LOCALBASE}/lib' INC='-I${LOCALBASE}/include' MAN3= Geo::Mirror.3 Geo::IP.3 Geo::IP::Record.3 .include diff --git a/net/p5-Net-ARP/Makefile b/net/p5-Net-ARP/Makefile index 912abcb8d5ea..83e1ebc76fe6 100644 --- a/net/p5-Net-ARP/Makefile +++ b/net/p5-Net-ARP/Makefile @@ -1,30 +1,30 @@ # New ports collection makefile for: p5-Net-ARP # Date created: 2006-11-01 # Whom: Jin-Shan Tseng # # $FreeBSD$ # PORTNAME= Net-ARP PORTVERSION= 1.0.2 -CATEGORIES= net +CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Perl extension for creating ARP packets PERL_CONFIGURE= yes WRKSRC= ${WRKDIR}/${PORTNAME} MAN3= Net::ARP.3 .include .if ${ARCH} == "amd64" BROKEN= Does not compile on amd64 .endif .include diff --git a/net/p5-Net-Yadis/Makefile b/net/p5-Net-Yadis/Makefile index c1e7ac5f696e..f4d9540e68e1 100644 --- a/net/p5-Net-Yadis/Makefile +++ b/net/p5-Net-Yadis/Makefile @@ -1,26 +1,26 @@ # New ports collection makefile for: p5-Net-Yadis # Date created: 2006-12-19 # Whom: Cheng-Lung Sung # # $FreeBSD$ # PORTNAME= Net-Yadis PORTVERSION= 1.0 -CATEGORIES= net +CATEGORIES= net perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= Net PKGNAMEPREFIX= p5- MAINTAINER= clsung@FreeBSD.org COMMENT= Yadis service discovery protocol, and parses XRDS xml documents RUN_DEPENDS= ${SITE_PERL}/XML/XPath.pm:${PORTSDIR}/textproc/p5-XML-XPath \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes MAN3= Net::Yadis.3 .include diff --git a/net/p5-Queue-Beanstalk/Makefile b/net/p5-Queue-Beanstalk/Makefile index a2edca5afad4..10ccdb0ee26b 100644 --- a/net/p5-Queue-Beanstalk/Makefile +++ b/net/p5-Queue-Beanstalk/Makefile @@ -1,24 +1,24 @@ # New ports collection makefile for: p5-Queue-Beanstalk # Date created: 2008-05-06 # Whom: Anton Yuzhaninov # # $FreeBSD$ # PORTNAME= Queue-Beanstalk PORTVERSION= 0.02 -CATEGORIES= net +CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= citrin@citrin.ru COMMENT= Client for beanstalkd, in-memory workqueue daemon PERL_CONFIGURE= yes PERL_MODBUILD= yes MAN3= Queue::Beanstalk.3 PLIST_FILES= "%%SITE_PERL%%/Queue/Beanstalk.pm" PLIST_FILES+= "@dirrmtry %%SITE_PERL%%/Queue" .include diff --git a/net/p5-Socks/Makefile b/net/p5-Socks/Makefile index 502c4fd0b4b8..61e2b488aa0f 100644 --- a/net/p5-Socks/Makefile +++ b/net/p5-Socks/Makefile @@ -1,21 +1,21 @@ # New ports collection makefile for: p5-Socks # Date created: 22 January 1999 # Whom: Yukihiro Nakai # # $FreeBSD$ # PORTNAME= SOCKS PORTVERSION= 0.03 -CATEGORIES= net +CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Perl5 module to communicate with socks v4 and v5 servers PERL_CONFIGURE= yes MAN3= Net::SOCKS.3 .include diff --git a/security/p5-Authen-TacacsPlus/Makefile b/security/p5-Authen-TacacsPlus/Makefile index 42f2a8641feb..3d5276d424ef 100644 --- a/security/p5-Authen-TacacsPlus/Makefile +++ b/security/p5-Authen-TacacsPlus/Makefile @@ -1,25 +1,25 @@ # New ports collection makefile for: TacacsPlus # Date created: Mon Jan 1 04:34:25 2001 # Whom: will # # $FreeBSD$ # PORTNAME= TacacsPlus PORTVERSION= 0.16 -CATEGORIES= security +CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= A perl module that provides authentication using a tacacs+ server PERL_CONFIGURE= yes MAKE_ENV+= CCFLAGS="${CFLAGS}" MAN3= Authen::TacacsPlus.3 pre-build: ${PERL} -pi -e "s:CCFLAGS =:CCFLAGS ?=:g" ${WRKSRC}/tacpluslib/Makefile .include diff --git a/security/p5-Authen-Ticket/Makefile b/security/p5-Authen-Ticket/Makefile index 922405d34ec8..aee77587d5fd 100644 --- a/security/p5-Authen-Ticket/Makefile +++ b/security/p5-Authen-Ticket/Makefile @@ -1,19 +1,19 @@ # New ports collection makefile for: Authen-Ticket # Date created: Mon Jan 1 03:55:39 2001 # Whom: will # # $FreeBSD$ # PORTNAME= Authen-Ticket PORTVERSION= 0.02 -CATEGORIES= security +CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Perl module providing the framework for implementing a ticketing system PERL_CONFIGURE= yes .include diff --git a/security/p5-Crypt-PGPSimple/Makefile b/security/p5-Crypt-PGPSimple/Makefile index 73eb3505973d..eeb29f3675e4 100644 --- a/security/p5-Crypt-PGPSimple/Makefile +++ b/security/p5-Crypt-PGPSimple/Makefile @@ -1,23 +1,23 @@ # New ports collection makefile for: p5-Crypt-PGPSimple # Date created: May 25th 2002 # Whom: Matjaz Prelog # # $FreeBSD$ # PORTNAME= Crypt-PGPSimple PORTVERSION= 0.13 -CATEGORIES= security +CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= rachek@si.FreeBSD.org COMMENT= Crypt::PGPSimple provides a simple object-oriented interface to PGP RUN_DEPENDS= ${LOCALBASE}/bin/pgp:${PORTSDIR}/security/pgp PERL_CONFIGURE= yes MAN3= Crypt::PGPSimple.3 .include diff --git a/security/p5-Yahoo-BBAuth/Makefile b/security/p5-Yahoo-BBAuth/Makefile index b10d8f393fe9..ca2d6379428f 100644 --- a/security/p5-Yahoo-BBAuth/Makefile +++ b/security/p5-Yahoo-BBAuth/Makefile @@ -1,30 +1,30 @@ # New ports collection makefile for: p5-Yahoo-BBAuth # Date created: 2007-07-06 # Whom: Gea-Suan Lin # # $FreeBSD$ # PORTNAME= Yahoo-BBAuth PORTVERSION= 0.50 -CATEGORIES= security www +CATEGORIES= security www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= Yahoo PKGNAMEPREFIX= p5- MAINTAINER= gslin@gslin.org COMMENT= Perl interface to the Yahoo! Browser-Based Authentication RUN_DEPENDS= ${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor \ ${SITE_PERL}/JSON.pm:${PORTSDIR}/converters/p5-JSON \ ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww PERL_CONFIGURE= yes MAN3= Yahoo::BBAuth.3 post-install: ${MKDIR} ${WWWDIR}/cgi-bin ${INSTALL_SCRIPT} ${WRKSRC}/eg/* ${WWWDIR}/cgi-bin .include diff --git a/textproc/p5-Plucene-Analysis-CJKAnalyzer/Makefile b/textproc/p5-Plucene-Analysis-CJKAnalyzer/Makefile index 85e778563016..c99c64511dc3 100644 --- a/textproc/p5-Plucene-Analysis-CJKAnalyzer/Makefile +++ b/textproc/p5-Plucene-Analysis-CJKAnalyzer/Makefile @@ -1,26 +1,26 @@ # New ports collection makefile for: p5-Plucene-Analysis-CJKAnalyzer # Date created: 2007-07-07 # Whom: Gea-Suan Lin # # $FreeBSD$ # PORTNAME= Plucene-Analysis-CJKAnalyzer PORTVERSION= 0.02 -CATEGORIES= textproc +CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../../authors/id/X/XE/XERN PKGNAMEPREFIX= p5- MAINTAINER= gslin@gslin.org COMMENT= Analyzer for CJK texts RUN_DEPENDS= ${SITE_PERL}/Plucene.pm:${PORTSDIR}/textproc/p5-Plucene BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes MAN3= Plucene::Analysis::CJKAnalyzer.3 \ Plucene::Analysis::CJKTokenizer.3 .include diff --git a/textproc/p5-Senna/Makefile b/textproc/p5-Senna/Makefile index 835da7e4101f..a215551edd7c 100644 --- a/textproc/p5-Senna/Makefile +++ b/textproc/p5-Senna/Makefile @@ -1,30 +1,30 @@ # New ports collection makefile for: p5-Senna # Date created: May 28 2005 # Whom: Jun Kuriyama # # $FreeBSD$ # PORTNAME= Senna PORTVERSION= 0.51 -CATEGORIES= textproc +CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../by-authors/id/D/DM/DMAKI/ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl module for Embeddable Fulltext Search Engine BUILD_DEPENDS= senna-cfg:${PORTSDIR}/textproc/senna RUN_DEPENDS= ${BUILD_DEPENDS} PERL_MODBUILD= YES CONFIGURE_ARGS+= diff --git a/textproc/p5-String-Format/Makefile b/textproc/p5-String-Format/Makefile index 14efbfd870ce..d37bb990082c 100644 --- a/textproc/p5-String-Format/Makefile +++ b/textproc/p5-String-Format/Makefile @@ -1,21 +1,21 @@ # New ports collection makefile for: String::Format # Date created: 24 March, 2005 # Whom: Matt Mills # # $FreeBSD$ # PORTNAME= String-Format PORTVERSION= 1.14 -CATEGORIES= textproc +CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= matt_mills@btopenworld.com COMMENT= Perl module for sprintf-like string formatting capability PERL_CONFIGURE= yes MAN3= String::Format.3 .include diff --git a/textproc/p5-XML-Canonical/Makefile b/textproc/p5-XML-Canonical/Makefile index ba1d0fdc6454..2fac0474f398 100644 --- a/textproc/p5-XML-Canonical/Makefile +++ b/textproc/p5-XML-Canonical/Makefile @@ -1,24 +1,24 @@ # New ports collection makefile for: p5-XML-Canonical # Date created: 2007-07-15 # Whom: Gea-Suan Lin # # $FreeBSD$ # PORTNAME= XML-Canonical PORTVERSION= 0.10 -CATEGORIES= textproc +CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= XML PKGNAMEPREFIX= p5- MAINTAINER= gslin@gslin.org COMMENT= Perl Implementation of Canonical XML LIB_DEPENDS= gdome:${PORTSDIR}/textproc/gdome2 PERL_CONFIGURE= yes MAN3= XML::Canonical.3 .include diff --git a/www/p5-Apache-AutoIndex/Makefile b/www/p5-Apache-AutoIndex/Makefile index 3e838c2a368d..6d7546870119 100644 --- a/www/p5-Apache-AutoIndex/Makefile +++ b/www/p5-Apache-AutoIndex/Makefile @@ -1,26 +1,26 @@ # New ports collection makefile for: Apache-AutoIndex # Date created: Sun Dec 31 20:13:11 2000 # Whom: will # # $FreeBSD$ # PORTNAME= Apache-AutoIndex PORTVERSION= 0.08 -CATEGORIES= www +CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= A perl module that can completely replace mod_dir and mod_autoindex BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Apache/src.pm:${PORTSDIR}/www/mod_perl \ ${SITE_PERL}/${PERL_ARCH}/Apache/Icon.pm:${PORTSDIR}/www/p5-Apache-Icon \ ${SITE_PERL}/${PERL_ARCH}/Apache/Language.pm:${PORTSDIR}/www/p5-Apache-Language \ ${SITE_PERL}/${PERL_ARCH}/HTML/HeadParser.pm:${PORTSDIR}/www/p5-HTML-Parser PERL_CONFIGURE= yes MAN3= Apache::AutoIndex.3 .include diff --git a/www/p5-Apache-Icon/Makefile b/www/p5-Apache-Icon/Makefile index 23980b2c2822..da428eb780a7 100644 --- a/www/p5-Apache-Icon/Makefile +++ b/www/p5-Apache-Icon/Makefile @@ -1,23 +1,23 @@ # New ports collection makefile for: Apache-Icon # Date created: Mon Jan 1 04:09:18 2001 # Whom: will # # $FreeBSD$ # PORTNAME= Apache-Icon PORTVERSION= 0.02 -CATEGORIES= www +CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= A perl module that provides an interface for looking up icon images BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Apache/src.pm:${PORTSDIR}/www/mod_perl PERL_CONFIGURE= yes MAN3= Apache::Icon.3 .include diff --git a/www/p5-Apache-Language/Makefile b/www/p5-Apache-Language/Makefile index bac5a83e5440..3ca58c2ac171 100644 --- a/www/p5-Apache-Language/Makefile +++ b/www/p5-Apache-Language/Makefile @@ -1,25 +1,25 @@ # New ports collection makefile for: Apache-Language # Date created: Mon Jan 1 05:22:52 2001 # Whom: will # # $FreeBSD$ # PORTNAME= Apache-Language PORTVERSION= 0.14 -CATEGORIES= www +CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= A perl module that provides language-aware object hashes BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Apache/src.pm:${PORTSDIR}/www/mod_perl \ ${SITE_PERL}/I18N/LangTags.pm:${PORTSDIR}/misc/p5-I18N-LangTags PERL_CONFIGURE= yes MAN3= Apache::Language.3 Apache::Language::Constants.3 \ Apache::Language::DBI.3 Apache::Language::PlainFile.3 .include diff --git a/www/p5-ApacheBench/Makefile b/www/p5-ApacheBench/Makefile index 0eda24ed1a18..071af235af27 100644 --- a/www/p5-ApacheBench/Makefile +++ b/www/p5-ApacheBench/Makefile @@ -1,22 +1,22 @@ # Ports collection Makefile for: p5-ApacheBench # Date created: 11 Jan 2002 # Whom: dom@happygiraffe.net # # $FreeBSD$ # PORTNAME= ApacheBench PORTVERSION= 0.63 -CATEGORIES= www +CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= HTTPD PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Perl module for HTTP benchmarking PERL_CONFIGURE= yes MAN3= HTTPD::Bench::ApacheBench.3 .include diff --git a/www/p5-AxKit-XSP-Cookie/Makefile b/www/p5-AxKit-XSP-Cookie/Makefile index a43fab5b89a6..6a32091327fc 100644 --- a/www/p5-AxKit-XSP-Cookie/Makefile +++ b/www/p5-AxKit-XSP-Cookie/Makefile @@ -1,24 +1,24 @@ # Ports collection Makefile for: p5-AxKit-XSP-Cookie # Date created: 8 Jan 2002 # Whom: dom@happygiraffe.net # # $FreeBSD$ # PORTNAME= AxKit-XSP-Cookie PORTVERSION= 1.41 -CATEGORIES= www +CATEGORIES= www perl5 MASTER_SITES= http://www.cpan.org/authors/id/M/MS/MSERGEANT/ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= An XSP library for setting and getting HTTP cookies BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/AxKit.pm:${PORTSDIR}/www/p5-AxKit RUN_DEPENDS= ${BUILD_DEPENDS} MAN3= AxKit::XSP::Cookie.3 PERL_CONFIGURE= yes .include diff --git a/www/p5-AxKit-XSP-ESQL/Makefile b/www/p5-AxKit-XSP-ESQL/Makefile index 05f5e03283f4..cd389cf2d6e4 100644 --- a/www/p5-AxKit-XSP-ESQL/Makefile +++ b/www/p5-AxKit-XSP-ESQL/Makefile @@ -1,26 +1,26 @@ # Ports collection Makefile for: p5-AxKit-XSP-ESQL # Date created: 8 Jan 2002 # Whom: dom@happygiraffe.net # # $FreeBSD$ # PORTNAME= AxKit-XSP-ESQL PORTVERSION= 1.4 -CATEGORIES= www +CATEGORIES= www perl5 MASTER_SITES= http://www.cpan.org/authors/id/M/MS/MSERGEANT/ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= An Extended SQL taglib for AxKit eXtensible Server Pages BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/AxKit.pm:${PORTSDIR}/www/p5-AxKit \ ${SITE_PERL}/AxKit/XSP/Util.pm:${PORTSDIR}/www/p5-AxKit-XSP-Util \ ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI RUN_DEPENDS= ${BUILD_DEPENDS} MAN3= AxKit::XSP::ESQL.3 PERL_CONFIGURE= yes .include diff --git a/www/p5-AxKit-XSP-Exception/Makefile b/www/p5-AxKit-XSP-Exception/Makefile index 62552aed3f41..062455496100 100644 --- a/www/p5-AxKit-XSP-Exception/Makefile +++ b/www/p5-AxKit-XSP-Exception/Makefile @@ -1,24 +1,24 @@ # Ports collection Makefile for: p5-AxKit-XSP-Exception # Date created: 8 Jan 2002 # Whom: dom@happygiraffe.net # # $FreeBSD$ # PORTNAME= AxKit-XSP-Exception PORTVERSION= 1.6 -CATEGORIES= www +CATEGORIES= www perl5 MASTER_SITES= http://www.cpan.org/authors/id/M/MS/MSERGEANT/ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Exceptions taglib for eXtensible Server Pages plugin for AxKit BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/AxKit.pm:${PORTSDIR}/www/p5-AxKit RUN_DEPENDS= ${BUILD_DEPENDS} MAN3= AxKit::XSP::Exception.3 PERL_CONFIGURE= yes .include diff --git a/www/p5-AxKit-XSP-IfParam/Makefile b/www/p5-AxKit-XSP-IfParam/Makefile index d0f8990aae2b..125ddc52c851 100644 --- a/www/p5-AxKit-XSP-IfParam/Makefile +++ b/www/p5-AxKit-XSP-IfParam/Makefile @@ -1,24 +1,24 @@ # Ports collection Makefile for: p5-AxKit-XSP-IfParam # Date created: 8 Jan 2002 # Whom: dom@happygiraffe.net # # $FreeBSD$ # PORTNAME= AxKit-XSP-IfParam PORTVERSION= 1.4 -CATEGORIES= www +CATEGORIES= www perl5 MASTER_SITES= http://www.cpan.org/authors/id/M/MS/MSERGEANT/ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Equivalent of XSP Param taglib, but conditional plugin for AxKit BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/AxKit.pm:${PORTSDIR}/www/p5-AxKit RUN_DEPENDS= ${BUILD_DEPENDS} MAN3= AxKit::XSP::IfParam.3 PERL_CONFIGURE= yes .include diff --git a/www/p5-AxKit-XSP-Param/Makefile b/www/p5-AxKit-XSP-Param/Makefile index 57763b505f6f..ebb410f74edf 100644 --- a/www/p5-AxKit-XSP-Param/Makefile +++ b/www/p5-AxKit-XSP-Param/Makefile @@ -1,24 +1,24 @@ # Ports collection Makefile for: p5-AxKit-XSP-Param # Date created: 8 Jan 2002 # Whom: dom@happygiraffe.net # # $FreeBSD$ # PORTNAME= AxKit-XSP-Param PORTVERSION= 1.4 -CATEGORIES= www +CATEGORIES= www perl5 MASTER_SITES= http://www.cpan.org/authors/id/M/MS/MSERGEANT/ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= A namespace wrapper for accessing HTTP request paramaters BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/AxKit.pm:${PORTSDIR}/www/p5-AxKit RUN_DEPENDS= ${BUILD_DEPENDS} MAN3= AxKit::XSP::Param.3 PERL_CONFIGURE= yes .include diff --git a/www/p5-AxKit-XSP-PerForm/Makefile b/www/p5-AxKit-XSP-PerForm/Makefile index b0b88bbce2cf..94fbc6be3c85 100644 --- a/www/p5-AxKit-XSP-PerForm/Makefile +++ b/www/p5-AxKit-XSP-PerForm/Makefile @@ -1,25 +1,25 @@ # Ports collection Makefile for: p5-AxKit-XSP-PerForm # Date created: 8 Jan 2002 # Whom: dom@happygiraffe.net # # $FreeBSD$ # PORTNAME= AxKit-XSP-PerForm PORTVERSION= 1.83 -CATEGORIES= www +CATEGORIES= www perl5 MASTER_SITES= http://www.cpan.org/authors/id/M/MS/MSERGEANT/ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= XSP Taglib for making complex forms easy BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/AxKit.pm:${PORTSDIR}/www/p5-AxKit \ ${SITE_PERL}/AxKit/XSP/WebUtils.pm:${PORTSDIR}/www/p5-AxKit-XSP-WebUtils RUN_DEPENDS= ${BUILD_DEPENDS} MAN3= AxKit::XSP::PerForm.3 PERL_CONFIGURE= yes .include diff --git a/www/p5-AxKit-XSP-Sendmail/Makefile b/www/p5-AxKit-XSP-Sendmail/Makefile index 7db5dbeb7e1f..5f08d557717a 100644 --- a/www/p5-AxKit-XSP-Sendmail/Makefile +++ b/www/p5-AxKit-XSP-Sendmail/Makefile @@ -1,26 +1,26 @@ # Ports collection Makefile for: p5-AxKit-XSP-Sendmail # Date created: 8 Jan 2002 # Whom: dom@happygiraffe.net # # $FreeBSD$ # PORTNAME= AxKit-XSP-Sendmail PORTVERSION= 1.4 -CATEGORIES= www +CATEGORIES= www perl5 MASTER_SITES= http://www.cpan.org/authors/id/M/MS/MSERGEANT/ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Simple SMTP mailer tag library for AxKit eXtesible Server Pages. BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/AxKit.pm:${PORTSDIR}/www/p5-AxKit \ ${SITE_PERL}/Mail/Sendmail.pm:${PORTSDIR}/mail/p5-Mail-Sendmail \ ${SITE_PERL}/Email/Valid.pm:${PORTSDIR}/mail/p5-Email-Valid RUN_DEPENDS= ${BUILD_DEPENDS} MAN3= AxKit::XSP::Sendmail.3 PERL_CONFIGURE= yes .include diff --git a/www/p5-AxKit-XSP-Util/Makefile b/www/p5-AxKit-XSP-Util/Makefile index 6f7959615d6b..e193b87522a7 100644 --- a/www/p5-AxKit-XSP-Util/Makefile +++ b/www/p5-AxKit-XSP-Util/Makefile @@ -1,26 +1,26 @@ # Ports collection Makefile for: p5-AxKit-XSP-Util # Date created: 8 Jan 2002 # Whom: dom@happygiraffe.net # # $FreeBSD$ # PORTNAME= AxKit-XSP-Util PORTVERSION= 1.6 -CATEGORIES= www +CATEGORIES= www perl5 MASTER_SITES= http://www.cpan.org/authors/id/M/MS/MSERGEANT/ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= XSP util: taglib plugin for AxKit BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/AxKit.pm:${PORTSDIR}/www/p5-AxKit \ ${SITE_PERL}/${PERL_ARCH}/HTTP/GHTTP.pm:${PORTSDIR}/www/p5-HTTP-GHTTP \ ${SITE_PERL}/${PERL_ARCH}/Time/Piece.pm:${PORTSDIR}/devel/p5-Time-Piece RUN_DEPENDS= ${BUILD_DEPENDS} MAN3= AxKit::XSP::Util.3 PERL_CONFIGURE= yes .include diff --git a/www/p5-AxKit-XSP-WebUtils/Makefile b/www/p5-AxKit-XSP-WebUtils/Makefile index cbe641f1b51d..97af412d090b 100644 --- a/www/p5-AxKit-XSP-WebUtils/Makefile +++ b/www/p5-AxKit-XSP-WebUtils/Makefile @@ -1,24 +1,24 @@ # Ports collection Makefile for: p5-AxKit-XSP-WebUtils # Date created: 8 Jan 2002 # Whom: dom@happygiraffe.net # # $FreeBSD$ # PORTNAME= AxKit-XSP-WebUtils PORTVERSION= 1.6 -CATEGORIES= www +CATEGORIES= www perl5 MASTER_SITES= http://www.cpan.org/authors/id/M/MS/MSERGEANT/ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Plugin for AxKit that provide utilities for building XSP web apps BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/AxKit.pm:${PORTSDIR}/www/p5-AxKit RUN_DEPENDS= ${BUILD_DEPENDS} MAN3= AxKit::XSP::WebUtils.3 PERL_CONFIGURE= yes .include diff --git a/www/p5-AxKit/Makefile b/www/p5-AxKit/Makefile index d63816c34d33..150f38fc9b26 100644 --- a/www/p5-AxKit/Makefile +++ b/www/p5-AxKit/Makefile @@ -1,73 +1,73 @@ # Ports collection Makefile for: AxKit # Date created: 17 Jan 2001 # Whom: dom@happygiraffe.net # # $FreeBSD$ # PORTNAME= AxKit PORTVERSION= 1.6.2 -CATEGORIES= www +CATEGORIES= www perl5 MASTER_SITES= http://www.axkit.org/download/ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= XML Delivery Toolkit for Apache/Perl BUILD_DEPENDS= \ ${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ ${SITE_PERL}/Error.pm:${PORTSDIR}/lang/p5-Error \ ${SITE_PERL}/${PERL_ARCH}/Apache/libapreq.pm:${PORTSDIR}/www/p5-libapreq \ ${SITE_PERL}/${PERL_ARCH}/Apache/Test.pm:${PORTSDIR}/www/p5-Apache-Test \ ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \ ${SITE_PERL}/XML/XPath.pm:${PORTSDIR}/textproc/p5-XML-XPath \ ${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML \ ${SITE_PERL}/${PERL_ARCH}/XML/LibXSLT.pm:${PORTSDIR}/textproc/p5-XML-LibXSLT \ ${SITE_PERL}/${PERL_ARCH}/XML/Sablotron.pm:${PORTSDIR}/textproc/p5-XML-Sablotron \ ${SITE_PERL}/Perl/Tidy.pm:${PORTSDIR}/devel/perltidy \ ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl \ ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww RUN_DEPENDS= ${BUILD_DEPENDS} WRKSRC= ${WRKDIR}/${PORTNAME}-1.62 MAN3= \ Apache::AxKit::Language.3 \ Apache::AxKit::Language::AxPoint.3 \ Apache::AxKit::Language::HtmlDoc.3 \ Apache::AxKit::Language::SAXMachines.3 \ Apache::AxKit::Language::XPathScript.3 \ Apache::AxKit::Language::XSP.3 \ Apache::AxKit::Language::XSP::SimpleTaglib.3 \ Apache::AxKit::Language::XSP::TaglibHelper.3 \ Apache::AxKit::LibXMLSupport.3 \ Apache::AxKit::MediaChooser::WAPCheck.3 \ Apache::AxKit::Plugin::Fragment.3 \ Apache::AxKit::Plugin::Passthru.3 \ Apache::AxKit::Plugin::QueryStringCache.3 \ Apache::AxKit::Provider.3 \ Apache::AxKit::Provider::FileWrite.3 \ Apache::AxKit::StyleChooser::Cookie.3 \ Apache::AxKit::StyleChooser::FileSuffix.3 \ Apache::AxKit::StyleChooser::PathInfo.3 \ Apache::AxKit::StyleChooser::QueryString.3 \ Apache::AxKit::StyleChooser::UserAgent.3 \ AxKit.3 USE_ICONV= yes PERL_CONFIGURE= yes CONFIGURE_ARGS= INC='-I${LOCALBASE}/include -I${LOCALBASE}/include/libxml2' \ LIBS='-L${LOCALBASE}/lib' \ OPTIMIZE="${CFLAGS}" CONFIGURE_ENV+= PERL_EXTUTILS_AUTOINSTALL='--defaultdeps' EX_DIR=${PREFIX}/share/examples/${PORTNAME} post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${EX_DIR} ${INSTALL_DATA} ${WRKSRC}/examples/* ${EX_DIR} ${CP} -R ${WRKSRC}/axkit.org ${EX_DIR} .endif .include diff --git a/www/p5-Catalyst-Action-REST/Makefile b/www/p5-Catalyst-Action-REST/Makefile index 27dc09eadd51..7794452e81bb 100644 --- a/www/p5-Catalyst-Action-REST/Makefile +++ b/www/p5-Catalyst-Action-REST/Makefile @@ -1,35 +1,35 @@ # New ports collection makefile for: Catalyst-Action-REST # Date created: 08 August 2007 # Whom: Sergey Skvortsov # # $FreeBSD$ # PORTNAME= Catalyst-Action-REST PORTVERSION= 0.60 -CATEGORIES= www +CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= skv@FreeBSD.org COMMENT= Automated REST Method Dispatching for Catalyst BUILD_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \ ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \ ${SITE_PERL}/${PERL_ARCH}/YAML/Syck.pm:${PORTSDIR}/textproc/p5-YAML-Syck \ ${SITE_PERL}/Module/Pluggable/Object.pm:${PORTSDIR}/devel/p5-Module-Pluggable \ ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/Data/Serializer.pm:${PORTSDIR}/devel/p5-Data-Serializer \ ${SITE_PERL}/Class/Inspector.pm:${PORTSDIR}/devel/p5-Class-Inspector \ ${SITE_PERL}/URI/Find.pm:${PORTSDIR}/textproc/p5-URI-Find \ ${SITE_PERL}/Data/Dump.pm:${PORTSDIR}/devel/p5-Data-Dump RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes CONFIGURE_ARGS= --default MAN3= Catalyst::Action::Deserialize.3 Catalyst::Action::REST.3 \ Catalyst::Action::Serialize.3 Catalyst::Action::SerializeBase.3 \ Catalyst::Controller::REST.3 Catalyst::Request::REST.3 .include diff --git a/www/p5-Catalyst-Authentication-Store-LDAP/Makefile b/www/p5-Catalyst-Authentication-Store-LDAP/Makefile index 9188a1505b83..c8ed2575eed9 100644 --- a/www/p5-Catalyst-Authentication-Store-LDAP/Makefile +++ b/www/p5-Catalyst-Authentication-Store-LDAP/Makefile @@ -1,27 +1,27 @@ # New ports collection makefile for: Catalyst-Authentication-Store-LDAP # Date created: 20 February 2008 # Whom: Sergey Skvortsov # # $FreeBSD$ # PORTNAME= Catalyst-Authentication-Store-LDAP PORTVERSION= 0.1001 -CATEGORIES= www +CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= skv@FreeBSD.org COMMENT= Authentication from an LDAP Directory for Catalyst BUILD_DEPENDS= ${SITE_PERL}/Net/LDAP.pm:${PORTSDIR}/net/p5-perl-ldap \ ${SITE_PERL}/Catalyst/Plugin/Authentication.pm:${PORTSDIR}/www/p5-Catalyst-Plugin-Authentication RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN3= Catalyst::Authentication::Store::LDAP.3 \ Catalyst::Authentication::Store::LDAP::Backend.3 \ Catalyst::Authentication::Store::LDAP::User.3 .include diff --git a/www/p5-Catalyst-Plugin-Server/Makefile b/www/p5-Catalyst-Plugin-Server/Makefile index 3933aa8e7a88..67a593765f49 100644 --- a/www/p5-Catalyst-Plugin-Server/Makefile +++ b/www/p5-Catalyst-Plugin-Server/Makefile @@ -1,28 +1,28 @@ # New ports collection makefile for: Catalyst-Plugin-Server # Date created: 05 August 2007 # Whom: Sergey Skvortsov # # $FreeBSD$ # PORTNAME= Catalyst-Plugin-Server PORTVERSION= 0.24 -CATEGORIES= www devel +CATEGORIES= www devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= skv@FreeBSD.org COMMENT= Catalyst Server Plugin: Base & XMLRPC BUILD_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \ ${SITE_PERL}/RPC/XML.pm:${PORTSDIR}/net/p5-RPC-XML RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN3= Catalyst::Plugin::Server.3 Catalyst::Plugin::Server::XMLRPC.3 \ Catalyst::Plugin::Server::XMLRPC::DispatchType::XMLRPCPath.3 \ Catalyst::Plugin::Server::XMLRPC::DispatchType::XMLRPCRegex.3 \ Catalyst::Plugin::Server::XMLRPC::Tutorial.3 .include diff --git a/www/p5-Catalyst-View-ClearSilver/Makefile b/www/p5-Catalyst-View-ClearSilver/Makefile index 7c43579f0cf2..a3189f921eb5 100644 --- a/www/p5-Catalyst-View-ClearSilver/Makefile +++ b/www/p5-Catalyst-View-ClearSilver/Makefile @@ -1,30 +1,30 @@ # New ports collection makefile for: Catalyst-View-ClearSilver # Date created: 08 July 2007 # Whom: Sergey Skvortsov # # $FreeBSD$ # PORTNAME= Catalyst-View-ClearSilver PORTVERSION= 0.02 -CATEGORIES= www +CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../by-authors/id/J/JR/JROCKWAY PKGNAMEPREFIX= p5- MAINTAINER= skv@FreeBSD.org COMMENT= ClearSilver view class for Catalyst BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/ClearSilver.pm:${PORTSDIR}/www/p5-ClearSilver \ p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \ ${SITE_PERL}/${PERL_ARCH}/Data/Structure/Util.pm:${PORTSDIR}/devel/p5-Data-Structure-Util \ ${SITE_PERL}/Class/C3.pm:${PORTSDIR}/devel/p5-Class-C3 \ ${SITE_PERL}/Catalyst/View/Templated.pm:${PORTSDIR}/www/p5-Catalyst-View-Templated RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN3= Catalyst::Helper::View::ClearSilver.3 \ Catalyst::View::ClearSilver.3 .include diff --git a/www/p5-Catalyst-View-Email/Makefile b/www/p5-Catalyst-View-Email/Makefile index 3a34db9ac028..76f24744786a 100644 --- a/www/p5-Catalyst-View-Email/Makefile +++ b/www/p5-Catalyst-View-Email/Makefile @@ -1,34 +1,34 @@ # New ports collection makefile for: p5-Catalyst-View-Email # Date created: 2007-06-04 # Whom: Tomoyuki Sakurai # # $FreeBSD$ # PORTNAME= Catalyst-View-Email PORTVERSION= 0.10 -CATEGORIES= www +CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= cherry@trombik.org COMMENT= Catalyst View for Email RUN_DEPENDS= p5-Catalyst-Runtime>=5.7:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-Catalyst-Devel>=1.00:${PORTSDIR}/www/p5-Catalyst-Devel \ p5-Catalyst-View-TT>0:${PORTSDIR}/www/p5-Catalyst-View-TT \ p5-Catalyst-View-Mason>0:${PORTSDIR}/www/p5-Catalyst-View-Mason \ p5-Class-C3>=0:${PORTSDIR}/devel/p5-Class-C3 \ p5-Email-MIME>=1.859:${PORTSDIR}/mail/p5-Email-MIME \ p5-Email-MIME-Creator>=1.453:${PORTSDIR}/mail/p5-Email-MIME-Creator \ p5-Email-Send>=2.185:${PORTSDIR}/mail/p5-Email-Send BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes MAN3= Catalyst::Helper::View::Email.3 \ Catalyst::Helper::View::Email::Template.3 \ Catalyst::View::Email.3 \ Catalyst::View::Email::Template.3 .include diff --git a/www/p5-Catalyst-View-JSON/Makefile b/www/p5-Catalyst-View-JSON/Makefile index cfb5f81335a9..a0e6016f3866 100644 --- a/www/p5-Catalyst-View-JSON/Makefile +++ b/www/p5-Catalyst-View-JSON/Makefile @@ -1,26 +1,26 @@ # New ports collection makefile for: p5-Catalyst-View-JSON # Date created: May 10, 2006 # Whom: kuriyama@FreeBSD.org # # $FreeBSD$ # PORTNAME= Catalyst-View-JSON PORTVERSION= 0.22 -CATEGORIES= www +CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Catalyst View handler that returns stash data in JSON format BUILD_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-Catalyst-Devel>=1.00:${PORTSDIR}/www/p5-Catalyst-Devel \ p5-JSON-Any>=0:${PORTSDIR}/converters/p5-JSON-Any RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN3= Catalyst::Helper::View::JSON.3 Catalyst::View::JSON.3 .include diff --git a/www/p5-Catalyst-View-Templated/Makefile b/www/p5-Catalyst-View-Templated/Makefile index 4f90a476516d..6825f7c085c9 100644 --- a/www/p5-Catalyst-View-Templated/Makefile +++ b/www/p5-Catalyst-View-Templated/Makefile @@ -1,27 +1,27 @@ # New ports collection makefile for: Catalyst-View-Templated # Date created: 18 Jan 2008 # Whom: Sergey Skvortsov # # $FreeBSD$ # PORTNAME= Catalyst-View-Templated PORTVERSION= 0.02 -CATEGORIES= www +CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../by-authors/id/J/JR/JROCKWAY PKGNAMEPREFIX= p5- MAINTAINER= skv@FreeBSD.org COMMENT= Generic base class for template-based views BUILD_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \ ${SITE_PERL}/Catalyst/Component/ACCEPT_CONTEXT.pm:${PORTSDIR}/www/p5-Catalyst-Component-ACCEPT_CONTEXT \ ${SITE_PERL}/Class/C3.pm:${PORTSDIR}/devel/p5-Class-C3 RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN3= Catalyst::View::Templated.3 .include diff --git a/www/p5-Catalyst-View-XSLT/Makefile b/www/p5-Catalyst-View-XSLT/Makefile index aca9de9ca723..9938546b9693 100644 --- a/www/p5-Catalyst-View-XSLT/Makefile +++ b/www/p5-Catalyst-View-XSLT/Makefile @@ -1,29 +1,29 @@ # New ports collection makefile for: Catalyst-View-XSLT # Date created: 10 Apr 2008 # Whom: Sergey Skvortsov # # $FreeBSD$ # PORTNAME= Catalyst-View-XSLT PORTVERSION= 0.04 -CATEGORIES= www +CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../by-authors/id/M/MA/MARTING PKGNAMEPREFIX= p5- MAINTAINER= skv@FreeBSD.org COMMENT= XSLT view class for Catalyst BUILD_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \ ${SITE_PERL}/${PERL_ARCH}/XML/LibXSLT.pm:${PORTSDIR}/textproc/p5-XML-LibXSLT \ ${SITE_PERL}/Path/Class.pm:${PORTSDIR}/devel/p5-Path-Class \ ${SITE_PERL}/UNIVERSAL/require.pm:${PORTSDIR}/devel/p5-UNIVERSAL-require RUN_DEPENDS= ${BUILD_DEPENDS} PERL_MODBUILD= yes MAN3= Catalyst::Helper::View::XSLT.3 Catalyst::View::XSLT.3 \ Catalyst::View::XSLT::XML::LibXSLT.3 .include diff --git a/www/p5-HTML-Adsense/Makefile b/www/p5-HTML-Adsense/Makefile index a2b915c4adeb..65dc30710ced 100644 --- a/www/p5-HTML-Adsense/Makefile +++ b/www/p5-HTML-Adsense/Makefile @@ -1,27 +1,27 @@ # New ports collection makefile for: p5-HTML-Adsense # Date created: 2007-06-29 # Whom: Gea-Suan Lin # # $FreeBSD$ # PORTNAME= HTML-Adsense PORTVERSION= 0.2 -CATEGORIES= www +CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= HTML PKGNAMEPREFIX= p5- MAINTAINER= gslin@gslin.org COMMENT= Create adsense widgets easily RUN_DEPENDS= ${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor PERL_CONFIGURE= yes MAN3= HTML::Adsense.3 post-patch: ${RM} -f ${WRKSRC}/lib/HTML/._Adsense.pm .include diff --git a/www/p5-HTML-Display/Makefile b/www/p5-HTML-Display/Makefile index 94eaa1ab7869..7c708778ca1a 100644 --- a/www/p5-HTML-Display/Makefile +++ b/www/p5-HTML-Display/Makefile @@ -1,40 +1,40 @@ # New ports collection makefile for: p5-HTML-Display # Date created: 24 Oct 2007 # Whom: Rong-En Fan # # $FreeBSD$ # PORTNAME= HTML-Display PORTVERSION= 0.39 -CATEGORIES= www +CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= rafan@FreeBSD.org COMMENT= Display HTML locally in a browser RUN_DEPENDS= p5-HTML-TokeParser-Simple>=2:${PORTSDIR}/www/p5-HTML-TokeParser-Simple \ p5-libwww>=5.69:${PORTSDIR}/www/p5-libwww \ p5-parent>=0.218:${PORTSDIR}/devel/p5-parent \ p5-URI>=0:${PORTSDIR}/net/p5-URI BUILD_DEPENDS:= ${RUN_DEPENDS} \ p5-Test-Harness>=2.30:${PORTSDIR}/devel/p5-Test-Harness PERL_CONFIGURE= yes MAN3= HTML::Display.3 \ HTML::Display::Common.3 \ HTML::Display::Debian.3 \ HTML::Display::Dump.3 \ HTML::Display::Galeon.3 \ HTML::Display::Mozilla.3 \ HTML::Display::OSX.3 \ HTML::Display::Opera.3 \ HTML::Display::Phoenix.3 \ HTML::Display::TempFile.3 \ HTML::Display::Win32.3 \ HTML::Display::Win32::IE.3 \ HTML::Display::Win32::OLE.3 .include diff --git a/www/p5-HTML-FillInForm-ForceUTF8/Makefile b/www/p5-HTML-FillInForm-ForceUTF8/Makefile index 03b0ffa1cab8..52ed81f01835 100644 --- a/www/p5-HTML-FillInForm-ForceUTF8/Makefile +++ b/www/p5-HTML-FillInForm-ForceUTF8/Makefile @@ -1,26 +1,26 @@ # New ports collection makefile for: p5-HTML-FillInForm-ForceUTF8 # Date created: 2007-06-05 # Whom: Tomoyuki Sakurai # # $FreeBSD$ # PORTNAME= HTML-FillInForm-ForceUTF8 PORTVERSION= 0.02 -CATEGORIES= www +CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= cherry@trombik.org COMMENT= FillInForm with utf8 encoding RUN_DEPENDS= p5-HTML-FillInForm>0:${PORTSDIR}/www/p5-HTML-FillInForm \ p5-Encode>0:${PORTSDIR}/converters/p5-Encode BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes MAN3= HTML::FillInForm::ForceUTF8.3 .include .include diff --git a/www/p5-HTTP-MobileAttribute/Makefile b/www/p5-HTTP-MobileAttribute/Makefile index 1bd88712ff25..a73bd0ce6bb3 100644 --- a/www/p5-HTTP-MobileAttribute/Makefile +++ b/www/p5-HTTP-MobileAttribute/Makefile @@ -1,39 +1,39 @@ # New ports collection makefile for: p5-HTTP-MobileAttribute # Date created: Fri Apr 11 16:32:54 2008 # Whom: Tomoyuki Sakurai # # $FreeBSD$ # PORTNAME= HTTP-MobileAttribute PORTVERSION= 0.11.1 -CATEGORIES= www +CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../by-authors/id/T/TO/TOKUHIROM PKGNAMEPREFIX= p5- MAINTAINER= cherry@trombik.org COMMENT= Yet Another HTTP::MobileAgent BUILD_DEPENDS= p5-Test-Warn>0:${PORTSDIR}/devel/p5-Test-Warn RUN_DEPENDS= p5-Class-Component>=0.15:${PORTSDIR}/devel/p5-Class-Component MAN3= HTTP::MobileAttribute::Plugin::Encoding.3 \ HTTP::MobileAttribute::Plugin::IS::DoCoMo.3 \ HTTP::MobileAttribute::Plugin::CarrierLetter.3 \ HTTP::MobileAttribute::Plugin::CIDR.3 \ HTTP::MobileAttribute::Attribute::CarrierMethod.3 \ HTTP::MobileAttribute::CarrierDetector.3 \ HTTP::MobileAttribute::Plugin::IS.3 \ HTTP::MobileAttribute::Plugin::UserID.3 \ HTTP::MobileAttribute::Plugin::XHTMLCompliant.3 \ HTTP::MobileAttribute.3 \ HTTP::MobileAttribute::Plugin::IS::ThirdForce.3 \ HTTP::MobileAttribute::Plugin::IS::EZweb.3 \ HTTP::MobileAttribute::Agent::Base.3 \ HTTP::MobileAttribute::Plugin::Display.3 PERL_CONFIGURE= Yes .include .include diff --git a/www/p5-Template-Plugin-JSON/Makefile b/www/p5-Template-Plugin-JSON/Makefile index 961af7710fae..af9a58352568 100644 --- a/www/p5-Template-Plugin-JSON/Makefile +++ b/www/p5-Template-Plugin-JSON/Makefile @@ -1,26 +1,26 @@ # New ports collection makefile for: p5-Template-Plugin-JSON # Date created: Dec 26, 2006 # Whom: kuriyama@FreeBSD.org # # $FreeBSD$ # PORTNAME= Template-Plugin-JSON PORTVERSION= 0.03 -CATEGORIES= www +CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Adds a .json vmethod for all TT values BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Template-Toolkit>0:${PORTSDIR}/www/p5-Template-Toolkit \ p5-Template-Plugin-VMethods>0:${PORTSDIR}/www/p5-Template-Plugin-VMethods \ p5-JSON-Any>0:${PORTSDIR}/converters/p5-JSON-Any PERL_CONFIGURE= yes MAN3= Template::Plugin::JSON.3 .include diff --git a/www/p5-Template-Plugin-VMethods/Makefile b/www/p5-Template-Plugin-VMethods/Makefile index feec34298f44..323db65c86b8 100644 --- a/www/p5-Template-Plugin-VMethods/Makefile +++ b/www/p5-Template-Plugin-VMethods/Makefile @@ -1,24 +1,24 @@ # New ports collection makefile for: p5-Template-Plugin-VMethods # Date created: Dec 26, 2006 # Whom: kuriyama@FreeBSD.org # # $FreeBSD$ # PORTNAME= Template-Plugin-VMethods PORTVERSION= 0.03 -CATEGORIES= www +CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Install vmethods for Template-Toolkit BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Template-Toolkit>0:${PORTSDIR}/www/p5-Template-Toolkit PERL_CONFIGURE= yes MAN3= Template::Plugin::VMethods.3 .include diff --git a/x11-toolkits/p5-Gtk2-TrayIcon/Makefile b/x11-toolkits/p5-Gtk2-TrayIcon/Makefile index c9f3c7d47525..72e6a68cfc1c 100644 --- a/x11-toolkits/p5-Gtk2-TrayIcon/Makefile +++ b/x11-toolkits/p5-Gtk2-TrayIcon/Makefile @@ -1,28 +1,28 @@ # New ports collection makefile for: Gtk2-TrayIcon # Date created: Jan 11 2005 # Whom: Florent Thoumie # # $FreeBSD$ # PORTNAME= Gtk2-TrayIcon PORTVERSION= 0.06 -CATEGORIES= x11-toolkits +CATEGORIES= x11-toolkits perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../../authors/id/B/BO/BORUP PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Perl interface to the EggTrayIcon library BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Cairo.pm:${PORTSDIR}/graphics/p5-Cairo \ ${SITE_PERL}/ExtUtils/Depends.pm:${PORTSDIR}/devel/p5-ExtUtils-Depends \ ${SITE_PERL}/ExtUtils/PkgConfig.pm:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig \ ${SITE_PERL}/${PERL_ARCH}/Gtk2.pm:${PORTSDIR}/x11-toolkits/p5-Gtk2 RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= 5.8.0+ MAN3= Gtk2::TrayIcon.3 .include