diff options
author | clsung <clsung@FreeBSD.org> | 2006-11-09 13:29:57 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-11-09 13:29:57 +0800 |
commit | e7e1d05140ad39a6883b9ccded5e981d9c659295 (patch) | |
tree | 2fd241f14c371829ff8c9477e0dda27edbf2a5b6 /security/pear-Crypt_RSA | |
parent | a06daa1ca3656bda5871626974618c94a5964807 (diff) | |
download | freebsd-ports-graphics-e7e1d05140ad39a6883b9ccded5e981d9c659295.tar.gz freebsd-ports-graphics-e7e1d05140ad39a6883b9ccded5e981d9c659295.tar.zst freebsd-ports-graphics-e7e1d05140ad39a6883b9ccded5e981d9c659295.zip |
- Take maintainership
PR: porst/105321
Submitted by: maintainer (Thomas Abthorpe)
Diffstat (limited to 'security/pear-Crypt_RSA')
-rw-r--r-- | security/pear-Crypt_RSA/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/pear-Crypt_RSA/Makefile b/security/pear-Crypt_RSA/Makefile index 1da2ba63abe..0bb59a1f36f 100644 --- a/security/pear-Crypt_RSA/Makefile +++ b/security/pear-Crypt_RSA/Makefile @@ -9,7 +9,7 @@ PORTNAME= Crypt_RSA PORTVERSION= 1.0.0 CATEGORIES= security www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= thomas@goodking.ca COMMENT= PEAR class allows you to use two-key strong cryptography BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear |