diff options
author | clsung <clsung@FreeBSD.org> | 2006-11-09 13:28:29 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-11-09 13:28:29 +0800 |
commit | bc80347da4546129bc0aed8f777851ef12c12432 (patch) | |
tree | 49cb72e44c2f4a88abc164e20eca8a9254833591 /security | |
parent | 106712daa4562c149e4dd205819fef5989bb0570 (diff) | |
download | freebsd-ports-gnome-bc80347da4546129bc0aed8f777851ef12c12432.tar.gz freebsd-ports-gnome-bc80347da4546129bc0aed8f777851ef12c12432.tar.zst freebsd-ports-gnome-bc80347da4546129bc0aed8f777851ef12c12432.zip |
- Take maintainership
PR: ports/105318
Submitted by: maintainer (Thomas Abthorpe)
Diffstat (limited to 'security')
-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 bb74a323beb2..c112f3622cac 100644 --- a/security/pear-Crypt_CBC/Makefile +++ b/security/pear-Crypt_CBC/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.4 PORTREVISION= 3 CATEGORIES= security www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= thomas@goodking.ca COMMENT= PEAR class to emulate Perl's Crypt::CBC module BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear |