diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-08-26 05:56:07 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-08-26 05:56:07 +0000 |
commit | 6114dfb090cedd9a94555e4f952233cdd8a4ad7e (patch) | |
tree | 2544bc1e8536cb453623994d9bd3a6f2f6bfa5b8 /java/bouncycastle | |
parent | 564a8c901a83b35c66767545c351afc0565dd360 (diff) |
Notes
Diffstat (limited to 'java/bouncycastle')
-rw-r--r-- | java/bouncycastle/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/bouncycastle/Makefile b/java/bouncycastle/Makefile index e3934ac6e201..9e829ab6a5ed 100644 --- a/java/bouncycastle/Makefile +++ b/java/bouncycastle/Makefile @@ -12,7 +12,7 @@ CATEGORIES= java security MASTER_SITES= http://www.bouncycastle.org/download/ DISTNAME= jce-jdk13-${PORTVERSION:S/.//} -MAINTAINER= rasputin@idoru.mine.nu +MAINTAINER= ports@FreeBSD.org COMMENT= Cleanroom build of Java Cryptography Extensions BUILD_DEPENDS= ${JAVADIR}/bin/java:${PORTSDIR}/java/jdk13 |