mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
security/ssl-admin: Fetch from GitHub
In addition to fetching from GitHub the order of definitions in the port Makefile has been normalized, @sample tags are now used in the pkg-plist file, and the BSD3CLAUSE style LICENSE file is included in the generated package. Approved by: ecrist@secure-computing.net (maintainer)
This commit is contained in:
parent
edae8a1c04
commit
f67a898c70
@ -1,26 +1,34 @@
|
||||
# Created by: Eric Crist <ecrist@secure-computing.net>
|
||||
|
||||
PORTNAME= ssl-admin
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.2.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= ftp://ftp.secure-computing.net/pub/FreeBSD/ports/ssl-admin/ \
|
||||
ftp://ftp2.secure-computing.net/pub/FreeBSD/ports/ssl-admin/
|
||||
|
||||
MAINTAINER= ecrist@secure-computing.net
|
||||
COMMENT= OpenSSL certificate manager with OpenVPN support
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/../LICENSE
|
||||
|
||||
RUN_DEPENDS= zip:archivers/zip
|
||||
|
||||
USES= perl5 shebangfix tar:xz
|
||||
SHEBANG_FILES= ssl-admin
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= ecrist
|
||||
USE_PERL5= run
|
||||
|
||||
SHEBANG_FILES= ssl-admin
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
MAKE_ENV= ETCDIR=${PREFIX}/etc BINDIR=${PREFIX}/bin \
|
||||
MANDIR=${MANPREFIX}/man
|
||||
NO_ARCH= yes
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
WRKSRC_SUBDIR= perl
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's|`which sed`|${SED}|' ${WRKSRC}/configure
|
||||
|
@ -1,2 +1,3 @@
|
||||
SHA256 (ssl-admin-1.2.1.tar.xz) = ebe6667c1beb79c7a12400e8a19bb4ec9f78ea7f72e0363d1eb10ed7f4b357ba
|
||||
SIZE (ssl-admin-1.2.1.tar.xz) = 12130
|
||||
TIMESTAMP = 1631537220
|
||||
SHA256 (ecrist-ssl-admin-v1.2.1_GH0.tar.gz) = 7afeb320398a3ef6474b1db446ba0115297401d205da8dc44165c1e1d0e05557
|
||||
SIZE (ecrist-ssl-admin-v1.2.1_GH0.tar.gz) = 33769
|
||||
|
@ -1,5 +1,5 @@
|
||||
bin/ssl-admin
|
||||
%%ETCDIR%%/openssl.conf.sample
|
||||
%%ETCDIR%%/ssl-admin.conf.sample
|
||||
@sample %%ETCDIR%%/openssl.conf.sample
|
||||
@sample %%ETCDIR%%/ssl-admin.conf.sample
|
||||
man/man1/ssl-admin.1.gz
|
||||
man/man5/ssl-admin.conf.5.gz
|
||||
|
Loading…
Reference in New Issue
Block a user