diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-06-03 13:13:43 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-06-03 13:13:43 +0000 |
commit | d129e7c88e36e9047c4c4f627634c4b40ef5c4a7 (patch) | |
tree | 6febfc765b3f75ae81c45d2d9e3c1e1509d51091 /net/p5-PlRPC/Makefile | |
parent | 18087f7185f9ca7b243265f14c53d130f8f80935 (diff) | |
download | ports-d129e7c88e36e9047c4c4f627634c4b40ef5c4a7.tar.gz ports-d129e7c88e36e9047c4c4f627634c4b40ef5c4a7.zip |
Notes
Diffstat (limited to 'net/p5-PlRPC/Makefile')
-rw-r--r-- | net/p5-PlRPC/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/net/p5-PlRPC/Makefile b/net/p5-PlRPC/Makefile index ebab0658d9dc..ae949ff15695 100644 --- a/net/p5-PlRPC/Makefile +++ b/net/p5-PlRPC/Makefile @@ -6,14 +6,13 @@ # PORTNAME= PlRPC -PORTVERSION= 0.2018 -PORTREVISION= 1 +PORTVERSION= 0.2019 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= RPC PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= clsung@FreeBSD.org COMMENT= Perl module for writing RPC servers and clients BUILD_DEPENDS= ${SITE_PERL}/Net/Daemon.pm:${PORTSDIR}/net/p5-Net-Daemon @@ -25,6 +24,9 @@ MAN3= Bundle::PlRPC.3 \ RPC::PlClient.3 \ RPC::PlServer.3 +post-patch: + @${FIND} ${WRKSRC} -name ".svn" | ${XARGS} ${RM} -rf + .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500800 |