diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-09-11 07:19:46 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-09-11 07:19:46 +0000 |
commit | 3a31ffb377b77a7279ae3d56fe55ea56464c4d22 (patch) | |
tree | 90583ebf2739a4df2c3068654b41d313c63fbac5 /net/xmlrpc-c/Makefile | |
parent | Add ports/games/robocode because it has a restrictive license. Particularly, (diff) |
upgrade to 0.9.10
drop maintainership
Diffstat (limited to 'net/xmlrpc-c/Makefile')
-rw-r--r-- | net/xmlrpc-c/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net/xmlrpc-c/Makefile b/net/xmlrpc-c/Makefile index 76921f503029..f9d268983d10 100644 --- a/net/xmlrpc-c/Makefile +++ b/net/xmlrpc-c/Makefile @@ -7,20 +7,18 @@ # PORTNAME= xmlrpc-c -PORTVERSION= 0.9.8 +PORTVERSION= 0.9.10 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ijliao@FreeBSD.org +MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= wwwcore.1:${PORTSDIR}/www/libwww RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Frontier/Client.pm:${PORTSDIR}/net/p5-Frontier-RPC USE_LIBTOOL= yes - USE_GMAKE= yes - INSTALLS_SHLIB= yes post-install: |