1
0
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:
Cheng-Lung Sung 2007-05-29 07:35:53 +00:00
parent 261649a9a6
commit 4fc9dd49c8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=192289
5 changed files with 39 additions and 0 deletions

View File

@ -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

View 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>

View 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

View 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/

View File

@ -0,0 +1,2 @@
%%SITE_PERL%%/URI/Template.pm
@dirrmtry %%SITE_PERL%%/URI