mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
A Perl Interface to shortening URLs with www/yourls. Your Own URL Shortener.
WWW: http://search.cpan.org/dist/WWW-Shorten-Yourls/ PR: ports/180547 Submitted by: Lawrence Chen <beastie@tardisi.com>
This commit is contained in:
parent
dbe090be2f
commit
260fecbd52
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=323146
@ -1297,6 +1297,7 @@
|
||||
SUBDIR += p5-WWW-Shorten-Googl
|
||||
SUBDIR += p5-WWW-Shorten-KUSO
|
||||
SUBDIR += p5-WWW-Shorten-NotLong
|
||||
SUBDIR += p5-WWW-Shorten-Yourls
|
||||
SUBDIR += p5-WWW-Shorten-isgd
|
||||
SUBDIR += p5-WWW-SourceForge
|
||||
SUBDIR += p5-WWW-Spinn3r
|
||||
|
22
www/p5-WWW-Shorten-Yourls/Makefile
Normal file
22
www/p5-WWW-Shorten-Yourls/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# Created by: Lawrence Chen <beastie@tardisi.com>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= WWW-Shorten-Yourls
|
||||
PORTVERSION= 0.06
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= beastie@tardisi.com
|
||||
COMMENT= Perl interface to www/yourls, Your Own URL Shortener
|
||||
|
||||
BUILD_DEPENDS= p5-JSON-Any>=1.18:${PORTSDIR}/converters/p5-JSON-Any \
|
||||
p5-WWW-Shorten>=1.9:${PORTSDIR}/www/p5-WWW-Shorten \
|
||||
p5-XML-Simple>=2.18:${PORTSDIR}/textproc/p5-XML-Simple
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= WWW::Shorten::Yourls.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
www/p5-WWW-Shorten-Yourls/distinfo
Normal file
2
www/p5-WWW-Shorten-Yourls/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (WWW-Shorten-Yourls-0.06.tar.gz) = 4ad89a8b858f9e78dcfcc86dea14efaab32b6c185e53136f3114779b8402135e
|
||||
SIZE (WWW-Shorten-Yourls-0.06.tar.gz) = 6434
|
3
www/p5-WWW-Shorten-Yourls/pkg-descr
Normal file
3
www/p5-WWW-Shorten-Yourls/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
A Perl Interface to shortening URLs with www/yourls. Your Own URL Shortener.
|
||||
|
||||
WWW: http://search.cpan.org/dist/WWW-Shorten-Yourls/
|
7
www/p5-WWW-Shorten-Yourls/pkg-plist
Normal file
7
www/p5-WWW-Shorten-Yourls/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
%%SITE_PERL%%/WWW/Shorten/Yourls.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Shorten/Yourls/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Shorten/Yourls
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Shorten
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW
|
||||
@dirrmtry %%SITE_PERL%%/WWW/Shorten
|
||||
@dirrmtry %%SITE_PERL%%/WWW
|
Loading…
Reference in New Issue
Block a user