mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
URI::Template - Object for handling URI templates
This is an initial attempt to provide a wrapper around URI templates as described at: http://www.ietf.org/internet-drafts/draft-gregorio-uritemplate-00.txt WWW: http://search.cpan.org/dist/URI-Template/
This commit is contained in:
parent
261649a9a6
commit
4fc9dd49c8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=192289
@ -569,6 +569,7 @@
|
||||
SUBDIR += p5-URI
|
||||
SUBDIR += p5-URI-FromHash
|
||||
SUBDIR += p5-URI-OpenURL
|
||||
SUBDIR += p5-URI-Template
|
||||
SUBDIR += p5-Validate-Net
|
||||
SUBDIR += p5-What
|
||||
SUBDIR += p5-X500-DN
|
||||
|
25
net/p5-URI-Template/Makefile
Normal file
25
net/p5-URI-Template/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# New ports collection makefile for: URI-Template
|
||||
# Date created: 29 May 2007
|
||||
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= URI-Template
|
||||
PORTVERSION= 0.07
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= URI
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= clsung@FreeBSD.org
|
||||
COMMENT= Object for handling URI templates
|
||||
|
||||
RUN_DEPENDS= ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
MAN3= URI::Template.3
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
net/p5-URI-Template/distinfo
Normal file
3
net/p5-URI-Template/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (URI-Template-0.07.tar.gz) = 36528c9b9e16ca62cf59f494794edcf6
|
||||
SHA256 (URI-Template-0.07.tar.gz) = ae989f8915c53dc4ab469e1697c910fc0decf5680bf916fc28dd2ef341626347
|
||||
SIZE (URI-Template-0.07.tar.gz) = 4196
|
8
net/p5-URI-Template/pkg-descr
Normal file
8
net/p5-URI-Template/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
URI::Template - Object for handling URI templates
|
||||
|
||||
This is an initial attempt to provide a wrapper around URI templates
|
||||
as described at:
|
||||
|
||||
http://www.ietf.org/internet-drafts/draft-gregorio-uritemplate-00.txt
|
||||
|
||||
WWW: http://search.cpan.org/dist/URI-Template/
|
2
net/p5-URI-Template/pkg-plist
Normal file
2
net/p5-URI-Template/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
%%SITE_PERL%%/URI/Template.pm
|
||||
@dirrmtry %%SITE_PERL%%/URI
|
Loading…
Reference in New Issue
Block a user