mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Fix plist
- Trim header Reported by: poudriere exp-run
This commit is contained in:
parent
4762188cfa
commit
c5399bf07c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=318302
2 changed files with 6 additions and 9 deletions
|
@ -1,12 +1,9 @@
|
|||
# New ports collection makefile for: p5-XML-RPC
|
||||
# Date created: 05 Dec 2008
|
||||
# Whom: Denis Pokataev <catone@cpan.org>
|
||||
#
|
||||
# Created by: Denis Pokataev <catone@cpan.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= XML-RPC
|
||||
PORTVERSION= 0.9
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -16,7 +13,8 @@ COMMENT= Pure Perl implementation for an XML-RPC client and server
|
|||
|
||||
BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
|
||||
p5-XML-TreePP>=0:${PORTSDIR}/textproc/p5-XML-TreePP
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
|
||||
p5-XML-TreePP>=0:${PORTSDIR}/textproc/p5-XML-TreePP
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML-RPC/.packlist
|
||||
%%SITE_PERL%%/XML/RPC.pm
|
||||
@dirrmtry %%SITE_PERL%%/XML/RPC
|
||||
@dirrmtry %%SITE_PERL%%/XML
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML-RPC/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML-RPC
|
||||
@dirrmtry %%SITE_PERL%%/XML
|
||||
|
|
Loading…
Add table
Reference in a new issue