diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-05-29 07:35:53 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-05-29 07:35:53 +0000 |
commit | 4fc9dd49c8210ce8535a44b621cbd551907ccc9d (patch) | |
tree | 6134e9cec082100042376be32c78291c6ff48412 /net/p5-URI-Template | |
parent | 261649a9a615a4dbb7ba319b1111e1acf3b2718f (diff) | |
download | ports-4fc9dd49c8210ce8535a44b621cbd551907ccc9d.tar.gz ports-4fc9dd49c8210ce8535a44b621cbd551907ccc9d.zip |
Notes
Diffstat (limited to 'net/p5-URI-Template')
-rw-r--r-- | net/p5-URI-Template/Makefile | 25 | ||||
-rw-r--r-- | net/p5-URI-Template/distinfo | 3 | ||||
-rw-r--r-- | net/p5-URI-Template/pkg-descr | 8 | ||||
-rw-r--r-- | net/p5-URI-Template/pkg-plist | 2 |
4 files changed, 38 insertions, 0 deletions
diff --git a/net/p5-URI-Template/Makefile b/net/p5-URI-Template/Makefile new file mode 100644 index 000000000000..0c7f468ead55 --- /dev/null +++ b/net/p5-URI-Template/Makefile @@ -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> diff --git a/net/p5-URI-Template/distinfo b/net/p5-URI-Template/distinfo new file mode 100644 index 000000000000..17a4ac79cc7c --- /dev/null +++ b/net/p5-URI-Template/distinfo @@ -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 diff --git a/net/p5-URI-Template/pkg-descr b/net/p5-URI-Template/pkg-descr new file mode 100644 index 000000000000..9863c918ecde --- /dev/null +++ b/net/p5-URI-Template/pkg-descr @@ -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/ diff --git a/net/p5-URI-Template/pkg-plist b/net/p5-URI-Template/pkg-plist new file mode 100644 index 000000000000..c601ed155637 --- /dev/null +++ b/net/p5-URI-Template/pkg-plist @@ -0,0 +1,2 @@ +%%SITE_PERL%%/URI/Template.pm +@dirrmtry %%SITE_PERL%%/URI |