diff options
author | miwi <miwi@FreeBSD.org> | 2008-12-26 23:52:50 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-12-26 23:52:50 +0800 |
commit | 89329caf3ea18e7b3c70acba57c4286cdb7555a4 (patch) | |
tree | 17a6e12e643a538b864bbd4badf8c866b6dab9fb | |
parent | 4cf07da1ced09df7108b9a67c2fc62fa4bdb0dff (diff) | |
download | freebsd-ports-gnome-89329caf3ea18e7b3c70acba57c4286cdb7555a4.tar.gz freebsd-ports-gnome-89329caf3ea18e7b3c70acba57c4286cdb7555a4.tar.zst freebsd-ports-gnome-89329caf3ea18e7b3c70acba57c4286cdb7555a4.zip |
- Fix pear category
PR: 129950
Submitted by: Jun <yamajun@ofug.net>
Approved by: maintainer
-rw-r--r-- | net/pear-URI_Template/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/pear-URI_Template/Makefile b/net/pear-URI_Template/Makefile index 462fcb7e695d..dc97107d85f4 100644 --- a/net/pear-URI_Template/Makefile +++ b/net/pear-URI_Template/Makefile @@ -7,6 +7,7 @@ PORTNAME= URI_Template PORTVERSION= 0.3.0 +PORTREVISION= 1 CATEGORIES= net pear MAINTAINER= wenheping@gmail.com @@ -15,7 +16,7 @@ COMMENT= Parser for URI Templates BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -CATAGORY= Net +CATAGORY= URI FILES= Template.php TESTS= AllTests.php |