1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- add stage support

Approved by:	portmgr (blanket infrastructure)
This commit is contained in:
Andrej Zverev 2014-01-06 09:14:19 +00:00
parent 05235db873
commit cdc0ff7798
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338849
50 changed files with 60 additions and 94 deletions

View File

@ -9,7 +9,7 @@ MASTER_SITE_SUBDIR= CPAN:MIZZY
PKGNAMEPREFIX= p5-
MAINTAINER= sumikawa@FreeBSD.org
COMMENT= A wrapper class for ffmpeg command line utility
COMMENT= Wrapper class for ffmpeg command line utility
BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
p5-Class-ErrorHandler>=0:${PORTSDIR}/devel/p5-Class-ErrorHandler \
@ -20,7 +20,4 @@ RUN_DEPENDS+= ffmpeg:${PORTSDIR}/multimedia/ffmpeg
USES= perl5
USE_PERL5= configure
MAN3= FFmpeg::Command.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
A wrapper class for ffmpeg command line utility.
WWW: http://search.cpan.org/dist/FFmpeg-Command/
WWW: http://search.cpan.org/dist/FFmpeg-Command/

View File

@ -1,5 +1,6 @@
%%SITE_PERL%%/FFmpeg/Command.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/FFmpeg/Command/.packlist
%%PERL5_MAN3%%/FFmpeg::Command.3.gz
@dirrmtry %%SITE_PERL%%/FFmpeg
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/FFmpeg/Command/
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/FFmpeg/

View File

@ -16,7 +16,4 @@ RUN_DEPENDS= p5-Expect>=0:${PORTSDIR}/lang/p5-Expect
USES= perl5
USE_PERL5= configure
MAN3= BBS::UserInfo::Ptt.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
Get user information of PTT-style BBS.
WWW: http://search.cpan.org/dist/BBS-UserInfo-Ptt/
WWW: http://search.cpan.org/dist/BBS-UserInfo-Ptt/

View File

@ -1,5 +1,6 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/BBS/UserInfo/Ptt/.packlist
%%SITE_PERL%%/BBS/UserInfo/Ptt.pm
%%PERL5_MAN3%%/BBS::UserInfo::Ptt.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/BBS/UserInfo/Ptt
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/BBS/UserInfo
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/BBS

View File

@ -9,12 +9,9 @@ MASTER_SITE_SUBDIR= CPAN:GIFF
PKGNAMEPREFIX= p5-
MAINTAINER= jase@FreeBSD.org
COMMENT= A Perl5 FTP client class with automatic reconnect on failure
COMMENT= Perl5 FTP client class with automatic reconnect on failure
USES= perl5
USE_PERL5= configure
MAN3= Net::FTP::AutoReconnect.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
Net::FTP::AutoReconnect is a Perl5 module providing a FTP client class
with automatic reconnect on failure.
WWW: http://search.cpan.org/dist/Net-FTP-AutoReconnect/
WWW: http://search.cpan.org/dist/Net-FTP-AutoReconnect/

View File

@ -1,5 +1,6 @@
%%SITE_PERL%%/Net/FTP/AutoReconnect.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/FTP/AutoReconnect/.packlist
%%PERL5_MAN3%%/Net::FTP::AutoReconnect.3.gz
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/FTP/AutoReconnect
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/FTP
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net

View File

@ -17,8 +17,4 @@ RUN_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI \
USES= perl5
USE_PERL5= configure
MAN3= Net::Google::AuthSub::Response.3 \
Net::Google::AuthSub.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
Net::Google::AuthSub - Interact with sites that implement Google style AuthSub.
WWW: http://search.cpan.org/dist/Net-Google-AuthSub/
WWW: http://search.cpan.org/dist/Net-Google-AuthSub/

View File

@ -1,6 +1,8 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Google/AuthSub/.packlist
%%SITE_PERL%%/Net/Google/AuthSub.pm
%%SITE_PERL%%/Net/Google/AuthSub/Response.pm
%%PERL5_MAN3%%/Net::Google::AuthSub::Response.3.gz
%%PERL5_MAN3%%/Net::Google::AuthSub.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Google/AuthSub
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Google
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net

View File

@ -25,7 +25,6 @@ BUILD_DEPENDS= p5-Any-Moose>=0.04:${PORTSDIR}/devel/p5-Any-Moose \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
p5-Test-MockModule>=0:${PORTSDIR}/devel/p5-Test-MockModule \
p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject \
@ -34,13 +33,4 @@ TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
USES= perl5
USE_PERL5= configure
MAN3= Net::Google::DataAPI.3 \
Net::Google::DataAPI::Auth::ClientLogin::Multiple.3 \
Net::Google::DataAPI::Auth::OAuth.3 \
Net::Google::DataAPI::Auth::OAuth2.3 \
Net::Google::DataAPI::Role::Entry.3 \
Net::Google::DataAPI::Role::HasContent.3 \
Net::Google::DataAPI::Role::Service.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
Net::Google::DataAPI is base implementations for modules to negotiate
with Google Data APIs.
WWW: http://search.cpan.org/dist/Net-Google-DataAPI/
WWW: http://search.cpan.org/dist/Net-Google-DataAPI/

View File

@ -10,6 +10,13 @@
%%SITE_PERL%%/Net/Google/DataAPI/Role/Service.pm
%%SITE_PERL%%/Net/Google/DataAPI/Types.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Google/DataAPI/.packlist
%%PERL5_MAN3%%/Net::Google::DataAPI.3.gz
%%PERL5_MAN3%%/Net::Google::DataAPI::Auth::ClientLogin::Multiple.3.gz
%%PERL5_MAN3%%/Net::Google::DataAPI::Auth::OAuth.3.gz
%%PERL5_MAN3%%/Net::Google::DataAPI::Auth::OAuth2.3.gz
%%PERL5_MAN3%%/Net::Google::DataAPI::Role::Entry.3.gz
%%PERL5_MAN3%%/Net::Google::DataAPI::Role::HasContent.3.gz
%%PERL5_MAN3%%/Net::Google::DataAPI::Role::Service.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Google/DataAPI
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Google
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net

View File

@ -18,7 +18,6 @@ BUILD_DEPENDS= p5-Any-Moose>=0:${PORTSDIR}/devel/p5-Any-Moose \
p5-URI>=0:${PORTSDIR}/net/p5-URI \
p5-XML-Atom>=0:${PORTSDIR}/textproc/p5-XML-Atom
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
p5-Test-MockModule>=0:${PORTSDIR}/devel/p5-Test-MockModule \
p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject
@ -26,13 +25,4 @@ TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
USES= perl5
USE_PERL5= configure
MAN3= Net::Google::Spreadsheets.3 \
Net::Google::Spreadsheets::Cell.3 \
Net::Google::Spreadsheets::Record.3 \
Net::Google::Spreadsheets::Row.3 \
Net::Google::Spreadsheets::Spreadsheet.3 \
Net::Google::Spreadsheets::Table.3 \
Net::Google::Spreadsheets::Worksheet.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
A Perl module for using Google Spreadsheets API.
WWW: http://search.cpan.org/dist/Net-Google-Spreadsheets/
WWW: http://search.cpan.org/dist/Net-Google-Spreadsheets/

View File

@ -6,6 +6,13 @@
%%SITE_PERL%%/Net/Google/Spreadsheets/Table.pm
%%SITE_PERL%%/Net/Google/Spreadsheets/Worksheet.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Google/Spreadsheets/.packlist
%%PERL5_MAN3%%/Net::Google::Spreadsheets.3.gz
%%PERL5_MAN3%%/Net::Google::Spreadsheets::Cell.3.gz
%%PERL5_MAN3%%/Net::Google::Spreadsheets::Record.3.gz
%%PERL5_MAN3%%/Net::Google::Spreadsheets::Row.3.gz
%%PERL5_MAN3%%/Net::Google::Spreadsheets::Spreadsheet.3.gz
%%PERL5_MAN3%%/Net::Google::Spreadsheets::Table.3.gz
%%PERL5_MAN3%%/Net::Google::Spreadsheets::Worksheet.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Google/Spreadsheets
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Google
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net

View File

@ -14,7 +14,4 @@ COMMENT= Automatically make some default decisions some LDAP DNs and scopes
USES= perl5
USE_PERL5= configure
MAN3= Net::LDAP::AutoDNs.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -1,5 +1,6 @@
%%SITE_PERL%%/Net/LDAP/AutoDNs.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/LDAP/AutoDNs/.packlist
%%PERL5_MAN3%%/Net::LDAP::AutoDNs.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/LDAP/AutoDNs
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/LDAP
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net

View File

@ -9,7 +9,7 @@ MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= vvelox@vvelox.net
COMMENT= A module to simplify connecting up to a LDAP server
COMMENT= Module to simplify connecting up to a LDAP server
BUILD_DEPENDS= p5-perl-ldap>=0.23:${PORTSDIR}/net/p5-perl-ldap
RUN_DEPENDS:= ${BUILD_DEPENDS}
@ -17,7 +17,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
MAN3= Net::LDAP::Express.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -1,5 +1,6 @@
%%SITE_PERL%%/Net/LDAP/Express.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/LDAP/Express/.packlist
%%PERL5_MAN3%%/Net::LDAP::Express.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/LDAP/Express
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/LDAP
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net

View File

@ -18,9 +18,4 @@ RUN_DEPENDS= p5-DateTime-Format-ISO8601>=0.06:${PORTSDIR}/devel/p5-DateTime-Form
USES= perl5
USE_PERL5= configure
MAN3= Net::LimeLight::Purge.3 \
Net::LimeLight::Purge::Request.3 \
Net::LimeLight::Purge::StatusResponse.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
LimeLight Purge Service API.
WWW: http://search.cpan.org/dist/Net-LimeLight-Purge/
WWW: http://search.cpan.org/dist/Net-LimeLight-Purge/

View File

@ -2,6 +2,9 @@
%%SITE_PERL%%/Net/LimeLight/Purge.pm
%%SITE_PERL%%/Net/LimeLight/Purge/Request.pm
%%SITE_PERL%%/Net/LimeLight/Purge/StatusResponse.pm
%%PERL5_MAN3%%/Net::LimeLight::Purge.3.gz
%%PERL5_MAN3%%/Net::LimeLight::Purge::Request.3.gz
%%PERL5_MAN3%%/Net::LimeLight::Purge::StatusResponse.3.gz
@dirrmtry %%SITE_PERL%%/Net/LimeLight/Purge
@dirrmtry %%SITE_PERL%%/Net/LimeLight
@dirrmtry %%SITE_PERL%%/Net

View File

@ -21,7 +21,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
MAN3= Net::Nessus::XMLRPC.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -2,4 +2,4 @@ This is Perl interface for communication with Nessus scanner over XMLRPC.
You can start, stop, pause and resume scan. Watch progress and status of
scan, download report, etc.
WWW: http://search.cpan.org/dist/Net-Nessus-XMLRPC/
WWW: http://search.cpan.org/dist/Net-Nessus-XMLRPC/

View File

@ -1,5 +1,6 @@
%%SITE_PERL%%/Net/Nessus/XMLRPC.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Nessus/XMLRPC/.packlist
%%PERL5_MAN3%%/Net::Nessus::XMLRPC.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Nessus/XMLRPC
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Nessus
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net

View File

@ -17,8 +17,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
MAN3= Net::Rendezvous::Publish.3 \
Net::Rendezvous::Publish::Service.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
Net::Rendezvous::Publish - publish Rendezvous services
WWW: http://search.cpan.org/dist/Net-Rendezvous-Publish/
WWW: http://search.cpan.org/dist/Net-Rendezvous-Publish/

View File

@ -2,6 +2,8 @@
%%SITE_PERL%%/Net/Rendezvous/Publish/Backend/Null.pm
%%SITE_PERL%%/Net/Rendezvous/Publish/Service.pm
%%SITE_PERL%%/Net/Rendezvous/Publish.pm
%%PERL5_MAN3%%/Net::Rendezvous::Publish.3.gz
%%PERL5_MAN3%%/Net::Rendezvous::Publish::Service.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Rendezvous/Publish
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Rendezvous
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net

View File

@ -13,7 +13,4 @@ COMMENT= Perl extension for sending syslog messages to a remote syslogd
USES= perl5
USE_PERL5= configure
MAN3= Net::Syslog.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -1,5 +1,6 @@
%%SITE_PERL%%/Net/Syslog.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Syslog/.packlist
%%PERL5_MAN3%%/Net::Syslog.3.gz
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Syslog
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
@dirrmtry %%SITE_PERL%%/Net

View File

@ -13,7 +13,4 @@ COMMENT= Read tcpdump/libpcap network packet logs
USES= perl5
USE_PERL5= configure
MAN3= Net::TcpDumpLog.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
Read tcpdump/libpcap network packet logs.
WWW: http://search.cpan.org/dist/Net-TcpDumpLog/
WWW: http://search.cpan.org/dist/Net-TcpDumpLog/

View File

@ -1,5 +1,6 @@
%%SITE_PERL%%/Net/TcpDumpLog.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/TcpDumpLog/.packlist
%%PERL5_MAN3%%/Net::TcpDumpLog.3.gz
@dirrmtry %%SITE_PERL%%/Net
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/TcpDumpLog
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net

View File

@ -23,7 +23,4 @@ BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure
MAN3= POEx::Role::TCPServer.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -1,4 +1,5 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/POEx/Role/TCPServer/.packlist
%%SITE_PERL%%/POEx/Role/TCPServer.pm
%%PERL5_MAN3%%/POEx::Role::TCPServer.3.gz
@dirrmtry %%SITE_PERL%%/POEx/Role
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POEx/Role/TCPServer

View File

@ -18,7 +18,4 @@ BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure
MAN3= RPC::EPC::Service.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -1,5 +1,6 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/RPC/EPC/Service/.packlist
%%SITE_PERL%%/RPC/EPC/Service.pm
%%PERL5_MAN3%%/RPC::EPC::Service.3.gz
@dirrm %%SITE_PERL%%/RPC/EPC
@dirrmtry %%SITE_PERL%%/RPC
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/RPC/EPC/Service

View File

@ -13,10 +13,4 @@ COMMENT= Perl classes to handle simple asynchronous RPC calls with call-back
USES= perl5
USE_PERL5= configure
MAN3= RPC::Simple.3 RPC::Simple::Agent.3 RPC::Simple::AnyLocal.3 \
RPC::Simple::AnyRemote.3 RPC::Simple::AnyWhere.3 \
RPC::Simple::CallHandler.3 RPC::Simple::Factory.3 \
RPC::Simple::ObjectHandler.3 RPC::Simple::Server.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -15,4 +15,4 @@ It sure is not :
But it works. (Although I'm opened to suggestion regarding the
"un-proof" areas)
WWW: http://search.cpan.org/dist/RPC-Simple/
WWW: http://search.cpan.org/dist/RPC-Simple/

View File

@ -8,6 +8,15 @@
%%SITE_PERL%%/RPC/Simple/Factory.pm
%%SITE_PERL%%/RPC/Simple/ObjectHandler.pm
%%SITE_PERL%%/RPC/Simple/Server.pm
%%PERL5_MAN3%%/RPC::Simple.3.gz
%%PERL5_MAN3%%/RPC::Simple::Agent.3.gz
%%PERL5_MAN3%%/RPC::Simple::AnyLocal.3.gz
%%PERL5_MAN3%%/RPC::Simple::AnyRemote.3.gz
%%PERL5_MAN3%%/RPC::Simple::AnyWhere.3.gz
%%PERL5_MAN3%%/RPC::Simple::CallHandler.3.gz
%%PERL5_MAN3%%/RPC::Simple::Factory.3.gz
%%PERL5_MAN3%%/RPC::Simple::ObjectHandler.3.gz
%%PERL5_MAN3%%/RPC::Simple::Server.3.gz
@dirrmtry %%SITE_PERL%%/RPC/Simple
@dirrmtry %%SITE_PERL%%/RPC
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/RPC/Simple

View File

@ -19,7 +19,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
MAN3= What.3 What::MTA.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
The What class is interface to classes providing information about
running services.
WWW: http://search.cpan.org/dist/What/
WWW: http://search.cpan.org/dist/What/

View File

@ -1,5 +1,7 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/What/.packlist
%%SITE_PERL%%/What.pm
%%SITE_PERL%%/What/MTA.pm
%%PERL5_MAN3%%/What.3.gz
%%PERL5_MAN3%%/What::MTA.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/What
@dirrmtry %%SITE_PERL%%/What

View File

@ -19,7 +19,4 @@ RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
USES= perl5
USE_PERL5= configure
MAN3= XML::RPC.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -1,4 +1,5 @@
%%SITE_PERL%%/XML/RPC.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML-RPC/.packlist
%%PERL5_MAN3%%/XML::RPC.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML-RPC
@dirrmtry %%SITE_PERL%%/XML

View File

@ -9,14 +9,11 @@ MASTER_SITE_SUBDIR= CPAN:VVELOX
PKGNAMEPREFIX= p5-
MAINTAINER= vvelox@vvelox.net
COMMENT= A system for bookmarking URIs using ZConf
COMMENT= System for bookmarking URIs using ZConf
RUN_DEPENDS= p5-ZConf>=0:${PORTSDIR}/net/p5-ZConf
USES= perl5
USE_PERL5= configure
MAN3= ZConf::Bookmarks.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -1,5 +1,6 @@
%%SITE_PERL%%/ZConf/Bookmarks.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf/Bookmarks/.packlist
%%PERL5_MAN3%%/ZConf::Bookmarks.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf/Bookmarks
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf
@dirrmtry %%SITE_PERL%%/ZConf/