summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-11-12 23:46:19 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-11-12 23:46:19 +0000
commitd30e571eb6f5232da70daf4dc32b93c08bff1de9 (patch)
tree87603ac289c6880af1a48253ff77e15abbaebe27 /security
parentUpdate to DAT 4303 (diff)
Add the virtual category "pear" to the Makefiles of these ports.
PR: ports/56582 Submitted by: edwin@mavetju.org Approved by: portmgr@freebsd.org
Notes
Notes: svn path=/head/; revision=93850
Diffstat (limited to 'security')
-rw-r--r--security/pear-Auth/Makefile2
-rw-r--r--security/pear-Auth_SASL/Makefile2
-rw-r--r--security/pear-Crypt_CBC/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/security/pear-Auth/Makefile b/security/pear-Auth/Makefile
index e276a9ae5c6c..89b5bd8a6134 100644
--- a/security/pear-Auth/Makefile
+++ b/security/pear-Auth/Makefile
@@ -7,7 +7,7 @@
PORTNAME= Auth
PORTVERSION= 1.2.2
-CATEGORIES= security www
+CATEGORIES= security www pear
MAINTAINER= ports@FreeBSD.org
COMMENT= PEAR authentication methods
diff --git a/security/pear-Auth_SASL/Makefile b/security/pear-Auth_SASL/Makefile
index e4d11480e350..d0a421dc0138 100644
--- a/security/pear-Auth_SASL/Makefile
+++ b/security/pear-Auth_SASL/Makefile
@@ -7,7 +7,7 @@
PORTNAME= Auth_SASL
PORTVERSION= 1.0.1
-CATEGORIES= security www
+CATEGORIES= security www pear
MAINTAINER= ports@FreeBSD.org
COMMENT= PEAR abstraction of various SASL mechanism responses
diff --git a/security/pear-Crypt_CBC/Makefile b/security/pear-Crypt_CBC/Makefile
index 358687581b33..ad3f5edd83c2 100644
--- a/security/pear-Crypt_CBC/Makefile
+++ b/security/pear-Crypt_CBC/Makefile
@@ -8,7 +8,7 @@
PORTNAME= Crypt_CBC
PORTVERSION= 0.4
PORTREVISION= 2
-CATEGORIES= security www
+CATEGORIES= security www pear
MAINTAINER= ports@FreeBSD.org
COMMENT= PEAR class to emulate Perl's Crypt::CBC module