diff options
author | edwin <edwin@FreeBSD.org> | 2003-11-13 07:46:19 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-11-13 07:46:19 +0800 |
commit | f392c677a375f86cb5a130d9e252c458ec6c4bd0 (patch) | |
tree | 60370923138a47f862620790dc2abaa1f470ccbe /security/pear-Crypt_CBC | |
parent | d40dea5d99ca230d2eca8e4525aa417fff7b6c13 (diff) | |
download | freebsd-ports-gnome-f392c677a375f86cb5a130d9e252c458ec6c4bd0.tar.gz freebsd-ports-gnome-f392c677a375f86cb5a130d9e252c458ec6c4bd0.tar.zst freebsd-ports-gnome-f392c677a375f86cb5a130d9e252c458ec6c4bd0.zip |
Add the virtual category "pear" to the Makefiles of these ports.
PR: ports/56582
Submitted by: edwin@mavetju.org
Approved by: portmgr@freebsd.org
Diffstat (limited to 'security/pear-Crypt_CBC')
-rw-r--r-- | security/pear-Crypt_CBC/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |