2003-07-21 19:10:16 +02:00
|
|
|
# $NetBSD: Makefile,v 1.3 2003/07/21 17:20:03 martti Exp $
|
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.
2001-03-17 00:26:01 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= AiCA-0.71.1
|
|
|
|
CATEGORIES= security
|
|
|
|
MASTER_SITES= http://mars.elcom.nitech.ac.jp/security/
|
|
|
|
|
2003-07-18 00:50:55 +02:00
|
|
|
MAINTAINER= tech-pkg@jp.NetBSD.org
|
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.
2001-03-17 00:26:01 +01:00
|
|
|
HOMEPAGE= http://mars.elcom.nitech.ac.jp/security/
|
2003-07-21 19:10:16 +02:00
|
|
|
COMMENT= Manage Certification Authority,PKI viewer/converter/verification
|
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.
2001-03-17 00:26:01 +01:00
|
|
|
|
|
|
|
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"
|