aboutsummaryrefslogtreecommitdiff
path: root/net/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2016-01-06 07:43:27 +0000
committerMartin Wilke <miwi@FreeBSD.org>2016-01-06 07:43:27 +0000
commit3640664cbaa311444e0edacf4f6c648c63e2f5e7 (patch)
tree1a7c4949fef139798141aeccf97eaadf57254ebf /net/Makefile
parent9d0b9278e2be13888dc0e97023dc8bc17a2f1e30 (diff)
downloadports-3640664cbaa311444e0edacf4f6c648c63e2f5e7.tar.gz
ports-3640664cbaa311444e0edacf4f6c648c63e2f5e7.zip
This library implements a Perl interface for nested URIs -- that is, URIs that
contain other URIs. The basic format is: {prefix}:{uri} Some examples: * `jdbc:oracle:scott/tiger@//myhost:1521/myservicename` * `db:postgres://db.example.com/template1` WWW: http://search.cpan.org/dist/URI-Nested/ PR: 205945 Submitted by: Henrik Hodne <henrik@hodne.io>
Notes
Notes: svn path=/head/; revision=405338
Diffstat (limited to 'net/Makefile')
-rw-r--r--net/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile
index 5d903d6b1e03..2a21ef574ca3 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -778,6 +778,7 @@
SUBDIR += p5-URI
SUBDIR += p5-URI-FromHash
SUBDIR += p5-URI-Match
+ SUBDIR += p5-URI-Nested
SUBDIR += p5-URI-OpenURL
SUBDIR += p5-URI-Query
SUBDIR += p5-URI-SmartURI