diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-08-24 18:43:50 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-08-24 18:43:50 +0800 |
commit | 71dfde0760b13ea318c656ddead128dbe634597d (patch) | |
tree | 604a8dbb563a5add31be347304c3eef5aa78e2a5 /net/libproxy-perl | |
parent | af8341069438e68bbabd2ab98ad25e0876c4d400 (diff) | |
download | marcuscom-ports-71dfde0760b13ea318c656ddead128dbe634597d.tar marcuscom-ports-71dfde0760b13ea318c656ddead128dbe634597d.tar.gz marcuscom-ports-71dfde0760b13ea318c656ddead128dbe634597d.tar.bz2 marcuscom-ports-71dfde0760b13ea318c656ddead128dbe634597d.tar.lz marcuscom-ports-71dfde0760b13ea318c656ddead128dbe634597d.tar.xz marcuscom-ports-71dfde0760b13ea318c656ddead128dbe634597d.tar.zst marcuscom-ports-71dfde0760b13ea318c656ddead128dbe634597d.zip |
Clean up after libproxy,libnotify,poppler*,webkit-gtk2 and glib+gtk updates.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16129 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/libproxy-perl')
-rw-r--r-- | net/libproxy-perl/Makefile | 31 | ||||
-rw-r--r-- | net/libproxy-perl/pkg-descr | 7 | ||||
-rw-r--r-- | net/libproxy-perl/pkg-plist | 5 |
3 files changed, 0 insertions, 43 deletions
diff --git a/net/libproxy-perl/Makefile b/net/libproxy-perl/Makefile deleted file mode 100644 index 6e111db99..000000000 --- a/net/libproxy-perl/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: libproxy-perl -# Date created: 11 Januari 2011 -# Whom: Koop Mast <kwm@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ - -PORTREVISION= 0 -CATEGORIES= net lang -PKGNAMESUFFIX= -perl - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Perl binding for libproxy - -LIB_DEPENDS= proxy.1:${PORTSDIR}/net/libproxy - -MASTERDIR= ${.CURDIR}/../libproxy -DESCR= ${.CURDIR}/pkg-descr -PLIST= ${.CURDIR}/pkg-plist -USE_PERL5= yes - -LIBPROXY_SLAVE= perl - -do-install: - ${MKDIR} ${SITE_PERL}/mach/auto/Net/Libproxy ${SITE_PERL}/mach/Net - ${INSTALL_LIB} ${WRKSRC}/perl/blib/arch/auto/Net/Libproxy.so \ - ${SITE_PERL}/mach/auto/Net/Libproxy/ - ${INSTALL_DATA} ${WRKSRC}/perl/blib/lib/Libproxy.pm \ - ${SITE_PERL}/mach/Net/ - -.include "${MASTERDIR}/Makefile" diff --git a/net/libproxy-perl/pkg-descr b/net/libproxy-perl/pkg-descr deleted file mode 100644 index 49068649c..000000000 --- a/net/libproxy-perl/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Libproxy exists to answer the question: Given a network resource, how do I -reach it? It handles all the details, enabling you to get back to -programming. - -This plug-in allows perl applications to make use of libproxy. - -WWW: http://code.google.com/p/libproxy/ diff --git a/net/libproxy-perl/pkg-plist b/net/libproxy-perl/pkg-plist deleted file mode 100644 index 51235dcfa..000000000 --- a/net/libproxy-perl/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -%%SITE_PERL%%/mach/Net/Libproxy.pm -%%SITE_PERL%%/mach/auto/Net/Libproxy/Libproxy.so -@dirrm %%SITE_PERL%%/mach/auto/Net/Libproxy -@dirrmtry %%SITE_PERL%%/mach/auto/Net -@dirrmtry %%SITE_PERL%%/mach/Net |