diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-07-17 07:07:32 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-07-17 07:07:32 +0000 |
commit | 591f0756c3845ad127d7c56f2f49edd9df959ad8 (patch) | |
tree | 59485186d35c466129cbe7c59cfa22f48bce4e8f /ftp | |
parent | fe6abb9c6ed44e4a09f8a2e7c76f4933487e5c12 (diff) |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/Makefile | 3 | ||||
-rw-r--r-- | ftp/p5-curl/Makefile | 23 | ||||
-rw-r--r-- | ftp/p5-curl/distinfo | 2 | ||||
-rw-r--r-- | ftp/p5-curl/pkg-descr | 5 | ||||
-rw-r--r-- | ftp/p5-curl/pkg-plist | 12 |
5 files changed, 1 insertions, 44 deletions
diff --git a/ftp/Makefile b/ftp/Makefile index 673c9e953ba9..58da6b2dfa0a 100644 --- a/ftp/Makefile +++ b/ftp/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +#T $FreeBSD$ # COMMENT = FTP client and server utilities @@ -66,7 +66,6 @@ SUBDIR += p5-Net-FTPServer SUBDIR += p5-POE-Component-Client-FTP SUBDIR += p5-SOAP-Transport-FTP - SUBDIR += p5-curl SUBDIR += paraget SUBDIR += pavuk SUBDIR += pear-Net_FTP diff --git a/ftp/p5-curl/Makefile b/ftp/p5-curl/Makefile deleted file mode 100644 index 29c5f9f6939e..000000000000 --- a/ftp/p5-curl/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# Created by: Jason Harris <jharris@widomaker.com> -# $FreeBSD$ - -PORTNAME= p5-curl -PORTVERSION= 4.15 -CATEGORIES= ftp www perl5 -MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= ../../authors/id/S/SZ/SZBALINT -DISTNAME= WWW-Curl-${PORTVERSION}${EXTRACT_SUFFIX} - -MAINTAINER= perl@FreeBSD.org -COMMENT= Perl interface to libcurl - -LICENSE= ART10 - -RUN_DEPENDS= curl:${PORTSDIR}/ftp/curl -BUILD_DEPENDS= curl:${PORTSDIR}/ftp/curl - -PERL_CONFIGURE= yes - -MAN3= WWW::Curl.3 - -.include <bsd.port.mk> diff --git a/ftp/p5-curl/distinfo b/ftp/p5-curl/distinfo deleted file mode 100644 index 1655be78b0fd..000000000000 --- a/ftp/p5-curl/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (WWW-Curl-4.15.tar.gz) = 3ef40494537a1ce7f848f3b524f5690cf47db458c0bb662e15c4642dc13c5fa1 -SIZE (WWW-Curl-4.15.tar.gz) = 53741 diff --git a/ftp/p5-curl/pkg-descr b/ftp/p5-curl/pkg-descr deleted file mode 100644 index e9f863bd9fcf..000000000000 --- a/ftp/p5-curl/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This module provides a Perl interface to libcurl. It is not intended to be -a standalone module and because of this, the main libcurl documentation -should be consulted for API details at http://curl.haxx.se/. - -WWW: http://search.cpan.org/dist/WWW-Curl/ diff --git a/ftp/p5-curl/pkg-plist b/ftp/p5-curl/pkg-plist deleted file mode 100644 index fbf5e4e2157b..000000000000 --- a/ftp/p5-curl/pkg-plist +++ /dev/null @@ -1,12 +0,0 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/WWW/Curl.pm -%%SITE_PERL%%/%%PERL_ARCH%%/WWW/Curl/Easy.pm -%%SITE_PERL%%/%%PERL_ARCH%%/WWW/Curl/Form.pm -%%SITE_PERL%%/%%PERL_ARCH%%/WWW/Curl/Multi.pm -%%SITE_PERL%%/%%PERL_ARCH%%/WWW/Curl/Share.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Curl/Curl.so -%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Curl/Curl.bs -%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Curl/.packlist -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Curl -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/WWW/Curl -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/WWW |