diff options
author | jun <jun> | 2001-03-16 23:26:01 +0000 |
---|---|---|
committer | jun <jun> | 2001-03-16 23:26:01 +0000 |
commit | d414f1cb65fbbed8d303ca556cbc2669f21663ab (patch) | |
tree | 674f6ecd7011bff46745cd842421b412d01bea5d /security/AiCA/Makefile | |
parent | fbe79373712209aecb5300621806d558cf80d239 (diff) | |
download | pkgsrc-d414f1cb65fbbed8d303ca556cbc2669f21663ab.tar.gz |
Initial import of "AiCA":
manage Certification Authority,PKI viewer/converter/verification
The AiCA is the CA (Certification Authority) Package.
This package contains several applications, such as:
* aica -- The CA program to issue, update, and revoke certificates.
And many other CA managements are available.
* certreq -- To generate a key pair and a CSR.
* certview -- The PKI file viewer for X.509 Certificate, CRL, PKCS#1, PKCS#7,
PKCS#8, PKCS#10, and PKCS#12. Both PEM and DER file format
is available to show.
* certconv -- The PKI file converter. Many PKI files can convert to the other
file format mutually.
* certvfy -- The certificate verifier. Full verification is possible.
Diffstat (limited to 'security/AiCA/Makefile')
-rw-r--r-- | security/AiCA/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/security/AiCA/Makefile b/security/AiCA/Makefile new file mode 100644 index 00000000000..6e010852f29 --- /dev/null +++ b/security/AiCA/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/03/16 23:26:01 jun Exp $ +# + +DISTNAME= AiCA-0.71.1 +CATEGORIES= security +MASTER_SITES= http://mars.elcom.nitech.ac.jp/security/ + +MAINTAINER= tech-pkg@jp.netbsd.org +HOMEPAGE= http://mars.elcom.nitech.ac.jp/security/ +COMMENT= manage Certification Authority,PKI viewer/converter/verification + +GNU_CONFIGURE= yes + +RESTRICTED= "Source code redistribution is not permitted.consult okuno@mars.elcom.nitech.ac.jp." +NO_SRC_ON_FTP= ${RESTRICTED} +NO_SRC_ON_CDROM= ${RESTRICTED} + +post-install: + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/AiCA + ${INSTALL_DATA} ${WRKSRC}/COPYRIGHT ${WRKSRC}/README.j \ + ${WRKSRC}/README ${WRKSRC}/sample.list.csv \ + ${PREFIX}/share/doc/AiCA + +.include "../../mk/bsd.pkg.mk" |