USE_GROFF=Yes
This commit is contained in:
parent
16fb1a7783
commit
2ef1026971
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.17 2010/10/17 09:25:05 benoit Exp $
|
||||
# $OpenBSD: Makefile,v 1.18 2010/10/18 21:41:44 espie Exp $
|
||||
|
||||
COMMENT= Advanced Intrusion Detection Environment
|
||||
|
||||
@ -21,6 +21,7 @@ BUILD_DEPENDS= ::devel/bison \
|
||||
::security/mhash
|
||||
|
||||
USE_GMAKE= Yes
|
||||
USE_GROFF = Yes
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS+= --with-mhash
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2009/08/06 12:48:18 benoit Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2010/10/18 21:41:45 espie Exp $
|
||||
|
||||
COMMENT= '802.11 WEP and WPA-PSK keys cracking program'
|
||||
DISTNAME= aircrack-ng-1.0-rc3
|
||||
@ -22,6 +22,7 @@ MASTER_SITES= http://www.arcane-labs.net/download/OpenBSD/
|
||||
LIB_DEPENDS= sqlite3::databases/sqlite3
|
||||
|
||||
USE_GMAKE= Yes
|
||||
USE_GROFF = Yes
|
||||
MAKE_ENV+= SQLITE=true UNSTABLE=true
|
||||
MAKE_FLAGS+= CC=${CC}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2007/09/15 23:29:57 merdely Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2010/10/18 21:41:45 espie Exp $
|
||||
|
||||
COMMENT= next generation scanning tool
|
||||
|
||||
@ -23,6 +23,7 @@ LIB_DEPENDS= pcre::devel/pcre
|
||||
|
||||
CONFIGURE_STYLE= gnu dest
|
||||
|
||||
USE_GROFF = Yes
|
||||
NO_REGRESS= Yes
|
||||
MAKE_FLAGS= OPT="${CFLAGS} -I${LOCALBASE}/include"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2007/09/15 23:29:57 merdely Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2010/10/18 21:41:45 espie Exp $
|
||||
|
||||
COMMENT= automated password generator
|
||||
|
||||
@ -21,6 +21,7 @@ MASTER_SITES= http://www.adel.nursat.kz/apg/download/ \
|
||||
MAKE_FLAGS= CC="${CC}" FLAGS="${CFLAGS}" \
|
||||
LIBS="" USE_SHA=APG_USE_SHA
|
||||
|
||||
USE_GROFF = Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
do-install:
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2010/10/11 17:00:33 ckuethe Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2010/10/18 21:41:45 espie Exp $
|
||||
|
||||
COMMENT = hide awful SSL API in a sane interface
|
||||
V = 0.9.1
|
||||
@ -22,6 +22,7 @@ PERMIT_DISTFILES_FTP = Yes
|
||||
MASTER_SITES = http://opensource.conformal.com/snapshots/assl/
|
||||
EXTRACT_SUFX = .tgz
|
||||
|
||||
USE_GROFF = Yes
|
||||
NO_REGRESS = Yes
|
||||
EG_DIR = ${PREFIX}/share/examples/assl
|
||||
MAKE_FLAGS= PREFIX=${LOCALBASE}
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.16 2010/06/30 09:44:07 kevlo Exp $
|
||||
# $OpenBSD: Makefile,v 1.17 2010/10/18 21:41:45 espie Exp $
|
||||
|
||||
COMMENT= encrypt and decrypt AES files and streams
|
||||
|
||||
@ -24,5 +24,6 @@ MODULES= devel/gettext \
|
||||
BUILD_DEPENDS= :emacs->=21,<22:editors/emacs21
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
USE_GROFF = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.29 2010/04/15 14:58:24 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.30 2010/10/18 21:41:45 espie Exp $
|
||||
|
||||
NOT_FOR_ARCHS= ${LP64_ARCHS}
|
||||
|
||||
@ -23,6 +23,7 @@ MASTER_SITES= ${HOMEPAGE} \
|
||||
do-build:
|
||||
@cd ${WRKSRC} && env CCTMP="${CC}" CFLAGS="${CFLAGS}" sh netbsd_make_with_bad_rpcgen cfs
|
||||
|
||||
USE_GROFF = Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
# ccat and cname only work on old-style cfs < 1.3
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2007/09/15 23:29:58 merdely Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2010/10/18 21:41:45 espie Exp $
|
||||
|
||||
COMMENT= control chroot and su access rights by application
|
||||
|
||||
@ -25,6 +25,7 @@ ALL_TARGET= chrootuid
|
||||
MAKE_FLAGS= CC="${CC}" CFLAGS="${CFLAGS}"
|
||||
|
||||
NO_REGRESS= Yes
|
||||
USE_GROFF = Yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/chrootuid ${PREFIX}/sbin/chrootuid
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.54 2010/09/26 13:40:11 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.55 2010/10/18 21:41:45 espie Exp $
|
||||
|
||||
COMMENT= virus scanner
|
||||
DISTNAME= clamav-0.96.3
|
||||
@ -32,6 +32,7 @@ RUN_DEPENDS= ::archivers/lha \
|
||||
::archivers/unzip
|
||||
|
||||
USE_LIBTOOL= Yes
|
||||
USE_GROFF = Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=clamav/}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2009/10/28 02:02:58 kevlo Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2010/10/18 21:41:45 espie Exp $
|
||||
|
||||
COMMENT= secure concurrent multi-server terminal control
|
||||
|
||||
@ -23,6 +23,7 @@ RUN_DEPENDS= ::x11/p5-Tk \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
CONFIGURE_STYLE=gnu
|
||||
USE_GROFF = Yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/src/cssh ${PREFIX}/bin
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.19 2007/09/15 23:29:58 merdely Exp $
|
||||
# $OpenBSD: Makefile,v 1.20 2010/10/18 21:41:45 espie Exp $
|
||||
|
||||
COMMENT= system secureness checker
|
||||
|
||||
@ -32,6 +32,7 @@ MAKE_FILE= makefile
|
||||
MAKE_FLAGS= EXECUTABLE="${EXECUTABLE}" C_SRC="${C_SRC}" \
|
||||
CC="${CC}" CFLAGS="${CFLAGS}"
|
||||
|
||||
USE_GROFF = Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
do-install:
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.50 2010/09/03 15:36:26 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.51 2010/10/18 21:41:45 espie Exp $
|
||||
|
||||
COMMENT= RFC 2222 SASL (Simple Authentication and Security Layer)
|
||||
|
||||
@ -34,6 +34,7 @@ MASTER_SITES= ftp://ftp.cyrusimap.org/cyrus-sasl/
|
||||
WANTLIB= asn1 c com_err crypto gssapi krb5
|
||||
|
||||
USE_LIBTOOL= Yes
|
||||
USE_GROFF = Yes
|
||||
|
||||
CONFIGURE_STYLE=gnu
|
||||
CONFIGURE_ENV+= LDFLAGS='${LDFLAGS}'
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.35 2007/09/18 22:15:11 jakob Exp $
|
||||
# $OpenBSD: Makefile,v 1.36 2010/10/18 21:41:45 espie Exp $
|
||||
|
||||
COMMENT= SOCKS client and server
|
||||
|
||||
@ -30,6 +30,7 @@ CONFIGURE_ARGS+= --enable-static
|
||||
MODGNU_CONFIG_GUESS_DIRS+= ${WRKSRC}
|
||||
|
||||
USE_LIBTOOL= Yes
|
||||
USE_GROFF = Yes
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/dante
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.49 2010/10/16 11:26:33 jsg Exp $
|
||||
# $OpenBSD: Makefile,v 1.50 2010/10/18 21:41:45 espie Exp $
|
||||
|
||||
COMMENT= sniffing tools for penetration testing
|
||||
|
||||
@ -25,6 +25,7 @@ AUTOCONF_VERSION= 2.13
|
||||
CONFIGURE_STYLE= autoconf
|
||||
CONFIGURE_ARGS= --with-db="${LOCALBASE}"
|
||||
CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include/db"
|
||||
USE_GROFF = Yes
|
||||
|
||||
FLAVORS= no_x11
|
||||
FLAVOR?=
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2009/03/31 01:50:12 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2010/10/18 21:41:45 espie Exp $
|
||||
|
||||
COMMENT = ZIP password cracker
|
||||
|
||||
@ -21,6 +21,7 @@ MASTER_SITES = http://home.schmorp.de/data/marc/
|
||||
|
||||
CONFIGURE_STYLE = autoconf
|
||||
AUTOCONF_VERSION = 2.61
|
||||
USE_GROFF = Yes
|
||||
|
||||
# for the --use-unzip option
|
||||
RUN_DEPENDS = ::archivers/unzip
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2010/04/30 13:44:15 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2010/10/18 21:41:45 espie Exp $
|
||||
|
||||
COMMENT= intercept, modify, and rewrite egress traffic
|
||||
|
||||
@ -22,6 +22,7 @@ MASTER_SITES= http://monkey.org/~dugsong/fragroute/ \
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS= --with-libevent=/usr
|
||||
USE_GROFF = Yes
|
||||
|
||||
LIB_DEPENDS= dnet.>=1::net/libdnet
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.25 2010/04/15 13:27:48 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.26 2010/10/18 21:41:45 espie Exp $
|
||||
|
||||
COMMENT= tool for testing network IDS implementations
|
||||
|
||||
@ -18,6 +18,7 @@ WANTLIB= c pcap
|
||||
CONFIGURE_STYLE= gnu
|
||||
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/libpcap-0.4 ${WRKSRC}/Libnet-0.99b
|
||||
|
||||
USE_GROFF = Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
do-install:
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.20 2010/10/11 20:19:11 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.21 2010/10/18 21:41:45 espie Exp $
|
||||
|
||||
# Consumes more than 512MB on at least i386 when building qrc_MainRes.o
|
||||
VMEM_WARNING = Yes
|
||||
@ -45,6 +45,7 @@ LIB_DEPENDS = :libfwbuilder-$V:security/libfwbuilder \
|
||||
|
||||
REGRESS_TARGET =tests
|
||||
USE_X11= Yes
|
||||
USE_GROFF = Yes
|
||||
|
||||
WANTLIB += c m netsnmp
|
||||
WANTLIB += pthread stdc++ util xml2 xslt z
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.73 2010/09/22 09:02:42 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.74 2010/10/18 21:41:45 espie Exp $
|
||||
|
||||
COMMENT= GNU privacy guard - a free PGP replacement
|
||||
|
||||
@ -34,6 +34,7 @@ CONFIGURE_STYLE= autoconf
|
||||
AUTOCONF_VERSION= 2.61
|
||||
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/scripts
|
||||
CONFIGURE_ARGS+= --disable-gnupg-iconv
|
||||
USE_GROFF = Yes
|
||||
.if ${MACHINE_ARCH} == "m68k"
|
||||
CONFIGURE_ARGS+= --disable-asm
|
||||
.endif
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2010/09/07 09:46:02 pea Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2010/10/18 21:41:45 espie Exp $
|
||||
|
||||
COMMENT = gnu privacy guard - a free PGP replacement
|
||||
|
||||
@ -33,6 +33,7 @@ WANTLIB = c crypto z readline ssl termcap gpg-error idn
|
||||
|
||||
FLAVORS = ldap
|
||||
FLAVOR ?=
|
||||
USE_GROFF = Yes
|
||||
|
||||
.if ${FLAVOR:L:Mldap}
|
||||
CONFIGURE_ARGS+= --enable-ldap
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.28 2010/08/31 20:01:41 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.29 2010/10/18 21:41:45 espie Exp $
|
||||
|
||||
COMMENT= GNU Transport Layer Security library
|
||||
|
||||
@ -34,6 +34,7 @@ LIB_DEPENDS= ::security/libgcrypt \
|
||||
::archivers/lzo2
|
||||
|
||||
USE_LIBTOOL= Yes
|
||||
USE_GROFF = Yes
|
||||
|
||||
# regression tests need this
|
||||
PORTHOME= ${WRKDIR}
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2009/05/21 10:16:59 benoit Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2010/10/18 21:41:45 espie Exp $
|
||||
|
||||
COMMENT = high level firewall language
|
||||
|
||||
@ -29,6 +29,7 @@ CONFIGURE_STYLE = gnu
|
||||
CONFIGURE_ARGS += ${CONFIGURE_SHARED}
|
||||
|
||||
NO_REGRESS = Yes
|
||||
USE_GROFF = Yes
|
||||
|
||||
pre-install:
|
||||
@perl -pi -e 's#\$${prefix}\/share\/hlfl\/services\.hlfl#${SYSCONFDIR}/services.hlfl#' ${WRKSRC}/doc/hlfl.1
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2009/05/25 18:50:28 benoit Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2010/10/18 21:41:45 espie Exp $
|
||||
|
||||
COMMENT= file integrity checker
|
||||
|
||||
@ -21,6 +21,7 @@ CONFIGURE_STYLE= gnu
|
||||
|
||||
ALL_TARGET= integrit utils
|
||||
|
||||
USE_GROFF = Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
post-install:
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2009/09/29 11:36:57 benoit Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2010/10/18 21:41:45 espie Exp $
|
||||
|
||||
COMMENT = protect LAN IP adress space by ARP spoofing
|
||||
|
||||
@ -20,6 +20,7 @@ WANTLIB = c pcap
|
||||
|
||||
LIB_DEPENDS = lib/libnet-1.1/net.=11:libnet->=1.1.2.1p0,<1.2:net/libnet/1.1
|
||||
|
||||
USE_GROFF = Yes
|
||||
NO_REGRESS = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.26 2009/03/16 11:07:29 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.27 2010/10/18 21:41:45 espie Exp $
|
||||
|
||||
COMMENT= IP stack integrity checker
|
||||
|
||||
@ -25,6 +25,7 @@ CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include/libnet-1.1 \
|
||||
`libnet-config-1.1 --defines`" \
|
||||
LIBS="-L${LOCALBASE}/lib/libnet-1.1 -lnet"
|
||||
|
||||
USE_GROFF = Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.24 2010/04/15 14:29:16 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.25 2010/10/18 21:41:45 espie Exp $
|
||||
|
||||
COMMENT= scan C/C++ source code for security problems
|
||||
|
||||
@ -22,6 +22,7 @@ CONFIGURE_ARGS= --datadir='$${DESTDIR}${PREFIX}/share/its4' \
|
||||
WRKDIST= ${WRKDIR}/its4
|
||||
|
||||
NO_REGRESS= Yes
|
||||
USE_GROFF = Yes
|
||||
|
||||
FETCH_MANUALLY= "The source to this port may not be automatically fetched" \
|
||||
"due to licensing restrictions. You MUST fetch the source" \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2010/10/12 07:55:02 sebastia Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2010/10/18 21:41:45 espie Exp $
|
||||
|
||||
COMMENT= utilities for jailing a user or process
|
||||
|
||||
@ -27,6 +27,7 @@ CONFIGURE_ENV= PYTHONINTERPRETER=${MODPY_BIN} \
|
||||
CONFIGURE_ARGS= --sysconfdir=${SYSCONFDIR}
|
||||
|
||||
FAKE_FLAGS= sysconfdir=${PREFIX}/share/examples
|
||||
USE_GROFF = Yes
|
||||
|
||||
MAN_P= jailkit.8 jk_check.8 jk_chrootlaunch.8 jk_chrootsh.8 jk_cp.8 \
|
||||
jk_init.8 jk_jailuser.8 jk_lsh.8 jk_socketd.8 jk_uchroot.8 \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.16 2010/09/26 20:08:12 martynas Exp $
|
||||
# $OpenBSD: Makefile,v 1.17 2010/10/18 21:41:45 espie Exp $
|
||||
|
||||
COMMENT= front-end to ssh-agent
|
||||
|
||||
@ -20,6 +20,7 @@ EXTRACT_SUFX= .tar.bz2
|
||||
NO_BUILD= Yes
|
||||
NO_REGRESS= Yes
|
||||
PKG_ARCH= *
|
||||
USE_GROFF = Yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKDIST}/keychain ${PREFIX}/bin
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2007/09/15 23:29:58 merdely Exp $
|
||||
# $OpenBSD: Makefile,v 1.16 2010/10/18 21:41:45 espie Exp $
|
||||
|
||||
COMMENT= library to interface the ident protocol server (rfc1413)
|
||||
|
||||
@ -15,5 +15,6 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
ALL_TARGET= openbsd
|
||||
|
||||
NO_REGRESS= Yes
|
||||
USE_GROFF = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.22 2010/07/30 23:13:31 lum Exp $
|
||||
# $OpenBSD: Makefile,v 1.23 2010/10/18 21:41:45 espie Exp $
|
||||
|
||||
COMMENT = interface to access block/stream encryption algorithms
|
||||
|
||||
@ -22,6 +22,7 @@ PERMIT_DISTFILES_FTP = Yes
|
||||
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=mcrypt/}
|
||||
|
||||
USE_LIBTOOL = Yes
|
||||
USE_GROFF = Yes
|
||||
|
||||
CONFIGURE_STYLE = gnu
|
||||
CONFIGURE_ARGS = ${CONFIGURE_SHARED}
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2010/07/30 23:13:31 lum Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2010/10/18 21:41:45 espie Exp $
|
||||
|
||||
COMMENT = library for nipper
|
||||
|
||||
@ -22,6 +22,7 @@ WANTLIB= m stdc++
|
||||
CONFIGURE_STYLE = cmake
|
||||
MODULES += devel/cmake
|
||||
|
||||
USE_GROFF = Yes
|
||||
NO_REGRESS = Yes
|
||||
|
||||
pre-configure:
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2008/07/18 13:21:22 dhill Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2010/10/18 21:41:45 espie Exp $
|
||||
# $FreeBSD: Makefile,v 1.2 2005/04/21 14:22:54 pav Exp $
|
||||
|
||||
COMMENT= The portable OTR Messaging Library and toolkit
|
||||
@ -25,5 +25,6 @@ WANTLIB= c
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
|
||||
USE_LIBTOOL= Yes
|
||||
USE_GROFF = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2010/10/09 06:31:59 benoit Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2010/10/18 21:41:45 espie Exp $
|
||||
|
||||
COMMENT = library implementing the SSH2 protocol
|
||||
|
||||
@ -23,6 +23,7 @@ MASTER_SITES = http://www.libssh2.org/download/
|
||||
|
||||
CONFIGURE_STYLE = gnu
|
||||
USE_LIBTOOL = Yes
|
||||
USE_GROFF = Yes
|
||||
|
||||
# The second test will only pass if public key auth is configured for ${USER}
|
||||
REGRESS_IS_INTERACTIVE = Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2009/10/09 23:04:03 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2010/10/18 21:41:45 espie Exp $
|
||||
|
||||
COMMENT= Abstract Syntax Notation One structure parser library
|
||||
|
||||
@ -24,6 +24,7 @@ MASTER_SITES= ftp://ftp.gnutls.org/pub/gnutls/libtasn1/ \
|
||||
WANTLIB= c
|
||||
|
||||
USE_LIBTOOL= Yes
|
||||
USE_GROFF = Yes
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.19 2009/11/27 21:30:38 jakob Exp $
|
||||
# $OpenBSD: Makefile,v 1.20 2010/10/18 21:41:45 espie Exp $
|
||||
|
||||
COMMENT= processes logfiles and perform certain actions
|
||||
|
||||
@ -22,6 +22,7 @@ MASTER_SITES= http://kerryt.orcon.net.nz/ \
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
||||
USE_GROFF = Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
NOT_FOR_ARCHS= ${LP64_ARCHS}
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.21 2010/09/02 10:05:48 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.22 2010/10/18 21:41:45 espie Exp $
|
||||
|
||||
COMMENT = extendable encryption program that supports many ciphers
|
||||
|
||||
@ -22,6 +22,7 @@ MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=mcrypt/}
|
||||
|
||||
USE_LIBTOOL = Yes
|
||||
USE_GMAKE = Yes
|
||||
USE_GROFF = Yes
|
||||
MODULES = devel/gettext
|
||||
LIB_DEPENDS = ::security/libmcrypt \
|
||||
::security/mhash \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.18 2009/05/29 08:10:44 benoit Exp $
|
||||
# $OpenBSD: Makefile,v 1.19 2010/10/18 21:41:45 espie Exp $
|
||||
|
||||
COMMENT= strong hash library
|
||||
|
||||
@ -21,6 +21,7 @@ PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
USE_LIBTOOL= Yes
|
||||
USE_GROFF = Yes
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.18 2009/06/19 10:31:20 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.19 2010/10/18 21:41:45 espie Exp $
|
||||
# $FreeBSD: Makefile,v 1.1.1.1 1998/02/14 04:10:30 obrien Exp $
|
||||
|
||||
COMMENT= NetBIOS Auditing Tool / Security Kit
|
||||
@ -18,6 +18,7 @@ MAKE_FLAGS= GUESTACCOUNT=_nbaudit
|
||||
|
||||
WANTLIB += c
|
||||
|
||||
USE_GROFF = Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
do-install:
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.23 2010/10/11 08:17:57 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.24 2010/10/18 21:41:45 espie Exp $
|
||||
|
||||
COMMENT= network security scanner
|
||||
DISTNAME= nessus-core-${V}
|
||||
@ -11,6 +11,7 @@ WANTLIB += c crypto hosts_gatherer m nessus pcap rpcsvc ssl util
|
||||
|
||||
LIB_DEPENDS= nasl.>=4::security/nessus/libnasl
|
||||
BUILD_DEPENDS= :bison-*:devel/bison
|
||||
USE_GROFF = Yes
|
||||
|
||||
.if empty(FLAVOR:L:Mno_x11)
|
||||
USE_X11= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2010/10/12 22:05:21 robert Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2010/10/18 21:41:45 espie Exp $
|
||||
|
||||
COMMENT= Nessus Attack Scripting Language
|
||||
DISTNAME= libnasl-${V}
|
||||
@ -12,5 +12,6 @@ LIB_DEPENDS= nessus.>=4,hosts_gatherer.>=4::security/nessus/libraries
|
||||
BUILD_DEPENDS= :bison-*:devel/bison
|
||||
|
||||
USE_LIBTOOL= Yes
|
||||
USE_GROFF = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2007/09/15 23:29:59 merdely Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2010/10/18 21:41:45 espie Exp $
|
||||
|
||||
COMMENT= libraries for Nessus
|
||||
DISTNAME= nessus-libraries-${V}
|
||||
@ -8,5 +8,6 @@ SHARED_LIBS= hosts_gatherer 4.7 \
|
||||
nessus 4.7
|
||||
|
||||
USE_LIBTOOL= Yes
|
||||
USE_GROFF = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2007/09/15 23:29:59 merdely Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2010/10/18 21:41:45 espie Exp $
|
||||
|
||||
COMMENT= plugins for Nessus
|
||||
DISTNAME= nessus-plugins-GPL-${V}
|
||||
@ -6,6 +6,7 @@ PKGNAME= ${DISTNAME:S/-GPL//}p0
|
||||
|
||||
WANTLIB= crypto hosts_gatherer m nessus pcap ssl util
|
||||
|
||||
USE_GROFF = Yes
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= ::security/nessus/core \
|
||||
::security/hydra \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2010/09/23 08:59:34 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.16 2010/10/18 21:41:45 espie Exp $
|
||||
|
||||
COMMENT = web and CGI vulnerability scanner with SSL support
|
||||
|
||||
@ -23,6 +23,7 @@ EXTRACT_SUFX = .tar.bz2
|
||||
RUN_DEPENDS = :p5-Net-SSLeay-*:security/p5-Net_SSLeay
|
||||
|
||||
NO_BUILD = Yes
|
||||
USE_GROFF = Yes
|
||||
NO_REGRESS = Yes
|
||||
PKG_ARCH = *
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2010/07/21 21:34:08 steven Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2010/10/18 21:41:45 espie Exp $
|
||||
|
||||
COMMENT = audit network device configuration
|
||||
|
||||
@ -25,6 +25,7 @@ LIB_DEPENDS= ::security/libnipper
|
||||
CONFIGURE_STYLE = cmake
|
||||
MODULES += devel/cmake
|
||||
|
||||
USE_GROFF = Yes
|
||||
NO_REGRESS = Yes
|
||||
|
||||
pre-configure:
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2010/09/14 10:31:50 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.16 2010/10/18 21:41:45 espie Exp $
|
||||
|
||||
COMMENT= drivers for several smart card readers
|
||||
|
||||
@ -24,6 +24,7 @@ LIB_DEPENDS= ::devel/libusb \
|
||||
|
||||
USE_GMAKE= Yes
|
||||
USE_LIBTOOL= Yes
|
||||
USE_GROFF = Yes
|
||||
|
||||
CONFIGURE_STYLE=gnu old
|
||||
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2010/09/14 10:32:06 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2010/10/18 21:41:45 espie Exp $
|
||||
|
||||
COMMENT= set of libraries and utilities to access smart cards
|
||||
|
||||
@ -33,6 +33,7 @@ LIB_DEPENDS= ::security/openct
|
||||
|
||||
USE_GMAKE= Yes
|
||||
USE_LIBTOOL= Yes
|
||||
USE_GROFF = Yes
|
||||
|
||||
CONFIGURE_STYLE=gnu old
|
||||
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2010/10/11 08:17:57 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2010/10/18 21:41:45 espie Exp $
|
||||
|
||||
COMMENT= OTP and S/Key calculator for X
|
||||
|
||||
@ -30,6 +30,7 @@ MODULES= devel/gettext
|
||||
|
||||
USE_X11= Yes
|
||||
USE_GMAKE= Yes
|
||||
USE_GROFF = Yes
|
||||
ALL_TARGET= otpCalc otpCalc.1
|
||||
|
||||
LIB_DEPENDS= ::x11/gtk+2
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.18 2007/09/15 23:29:59 merdely Exp $
|
||||
# $OpenBSD: Makefile,v 1.19 2010/10/18 21:41:46 espie Exp $
|
||||
|
||||
COMMENT= universal steganography tool
|
||||
|
||||
@ -20,6 +20,7 @@ NO_REGRESS= Yes
|
||||
|
||||
CONFIGURE_STYLE=gnu dest
|
||||
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/jpeg-6b-steg
|
||||
USE_GROFF = Yes
|
||||
|
||||
WRKDIST= ${WRKDIR}/outguess
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.19 2009/02/13 22:58:18 rui Exp $
|
||||
# $OpenBSD: Makefile,v 1.20 2010/10/18 21:41:46 espie Exp $
|
||||
|
||||
COMMENT= passive OS fingerprinting tool
|
||||
|
||||
@ -24,6 +24,7 @@ WRKDIST= ${WRKDIR}/p0f
|
||||
|
||||
MAKE_FILE= ${WRKSRC}/mk/OpenBSD
|
||||
MAKE_FLAGS= CC=${CC}
|
||||
USE_GROFF = Yes
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2008/12/04 00:07:14 simon Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2010/10/18 21:41:46 espie Exp $
|
||||
|
||||
COMMENT= read and modify Apache .htpasswd files
|
||||
|
||||
@ -21,6 +21,7 @@ RUN_DEPENDS= ::devel/p5-Class-Accessor \
|
||||
REGRESS_DEPENDS=::security/p5-Crypt-PasswdMD5 \
|
||||
::security/p5-Digest-SHA1
|
||||
|
||||
USE_GROFF = Yes
|
||||
MAKE_ENV= TEST_POD=Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2010/09/24 15:32:34 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2010/10/18 21:41:46 espie Exp $
|
||||
|
||||
COMMENT= Perl module to authenticate against a Kerberos server
|
||||
SHARED_ONLY= Yes
|
||||
@ -20,5 +20,6 @@ WANTLIB += com_err crypto krb5
|
||||
|
||||
CONFIGURE_ENV += KRB5_INCLUDE="/usr/include/kerberosV" \
|
||||
KRB5_LIB="/usr/lib"
|
||||
USE_GROFF = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2010/07/01 09:18:54 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2010/10/18 21:41:46 espie Exp $
|
||||
|
||||
COMMENT= Perl module to authenticate against a RADIUS server
|
||||
|
||||
@ -22,6 +22,7 @@ RUN_DEPENDS= :p5-MD5->=1.7:security/p5-MD5 \
|
||||
:p5-Data-HexDump->=0.02:devel/p5-Data-HexDump
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
USE_GROFF = Yes
|
||||
REGRESS_IS_INTERACTIVE= Yes
|
||||
|
||||
pre-configure:
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2008/09/01 07:17:38 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2010/10/18 21:41:46 espie Exp $
|
||||
|
||||
COMMENT= perl interface to the SASL auth framework
|
||||
|
||||
@ -12,6 +12,7 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
USE_GROFF = Yes
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= ::security/p5-Digest-HMAC \
|
||||
::security/p5-GSSAPI
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2008/11/26 23:44:13 simon Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2010/10/18 21:41:46 espie Exp $
|
||||
|
||||
COMMENT = storage class for Catalyst Authentication using DBI
|
||||
|
||||
@ -14,6 +14,7 @@ PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM = Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
USE_GROFF = Yes
|
||||
RUN_DEPENDS = ::databases/p5-Catalyst-Model-DBI \
|
||||
::security/p5-Catalyst-Plugin-Authentication
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2008/05/29 18:36:02 simon Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2010/10/18 21:41:46 espie Exp $
|
||||
|
||||
COMMENT = storage class for Catalyst Authentication using DBIx::Class
|
||||
|
||||
@ -18,6 +18,7 @@ RUN_DEPENDS = ::databases/p5-DBIx-Class \
|
||||
:p5-Catalyst-Plugin-Authentication->=0.10006:security/p5-Catalyst-Plugin-Authentication \
|
||||
::www/p5-Catalyst-Runtime
|
||||
BUILD_DEPENDS = ${RUN_DEPENDS}
|
||||
USE_GROFF = Yes
|
||||
|
||||
MAKE_ENV = TEST_POD=Yes
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2010/07/13 20:14:22 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2010/10/18 21:41:46 espie Exp $
|
||||
|
||||
COMMENT= CDBI Authentication for Catalyst
|
||||
|
||||
@ -15,6 +15,7 @@ PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MODULES= cpan
|
||||
USE_GROFF = Yes
|
||||
|
||||
RUN_DEPENDS= ::databases/p5-DBIx-Class \
|
||||
::databases/p5-Catalyst-Model-DBIC-Schema \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2010/07/13 20:14:22 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2010/10/18 21:41:46 espie Exp $
|
||||
|
||||
COMMENT= catalyst authentication via .htpasswd
|
||||
|
||||
@ -15,6 +15,7 @@ PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MODULES= cpan
|
||||
USE_GROFF = Yes
|
||||
|
||||
RUN_DEPENDS= ::security/p5-Authen-Htpasswd \
|
||||
::security/p5-Catalyst-Plugin-Authentication
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2010/07/13 20:14:22 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2010/10/18 21:41:46 espie Exp $
|
||||
|
||||
COMMENT= Catalyst authentication framework
|
||||
|
||||
@ -15,6 +15,7 @@ PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MODULES= cpan
|
||||
USE_GROFF = Yes
|
||||
|
||||
RUN_DEPENDS= ::devel/p5-Class-Inspector \
|
||||
::devel/p5-Class-Data-Inheritable \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2008/11/08 23:01:01 simon Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2010/10/18 21:41:46 espie Exp $
|
||||
|
||||
COMMENT= ACL support for Catalyst applications
|
||||
|
||||
@ -14,6 +14,7 @@ PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MODULES= cpan
|
||||
USE_GROFF = Yes
|
||||
|
||||
RUN_DEPENDS= ::www/p5-Catalyst-Runtime \
|
||||
::devel/p5-Class-Throwable
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2008/09/20 16:58:32 sturm Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2010/10/18 21:41:46 espie Exp $
|
||||
|
||||
COMMENT= role based authorization for Catalyst
|
||||
|
||||
@ -14,6 +14,7 @@ PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MODULES= cpan
|
||||
USE_GROFF = Yes
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= ::devel/p5-Set-Object \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2010/09/24 15:32:34 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.16 2010/10/18 21:41:46 espie Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -8,6 +8,7 @@ MODULES= cpan
|
||||
DISTNAME= Crypt-Blowfish-2.12
|
||||
REVISION= 0
|
||||
CATEGORIES= security
|
||||
USE_GROFF = Yes
|
||||
|
||||
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2007/09/15 23:29:59 merdely Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2010/10/18 21:41:46 espie Exp $
|
||||
|
||||
COMMENT= Blowfish encryption implemented pure Perl
|
||||
DISTNAME= Crypt-Blowfish_PP-1.12
|
||||
@ -11,5 +11,6 @@ PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MODULES= cpan
|
||||
USE_GROFF = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.20 2010/10/03 15:11:57 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.21 2010/10/18 21:41:46 espie Exp $
|
||||
|
||||
COMMENT= cryptographic cipher block chaining mode
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= Crypt-CBC-2.30
|
||||
CATEGORIES= security
|
||||
USE_GROFF = Yes
|
||||
|
||||
RUN_DEPENDS= :p5-Crypt-DES-*:security/p5-Crypt-DES \
|
||||
:p5-Crypt-Blowfish-*:security/p5-Crypt-Blowfish
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2009/11/12 21:22:22 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2010/10/18 21:41:46 espie Exp $
|
||||
|
||||
COMMENT = cryptographic CipherSaber encryption
|
||||
|
||||
@ -12,6 +12,7 @@ PERMIT_DISTFILES_CDROM = Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
MODULES = cpan
|
||||
USE_GROFF = Yes
|
||||
REGRESS_DEPENDS = ::devel/p5-Test-Warn
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2010/09/15 13:52:12 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2010/10/18 21:41:46 espie Exp $
|
||||
|
||||
COMMENT= Triple-DES EDE encryption/decryption
|
||||
|
||||
@ -7,6 +7,7 @@ DISTNAME= Crypt-DES_EDE3-0.01
|
||||
PKGNAME= p5-${DISTNAME:S/_/-/}
|
||||
REVISION= 0
|
||||
CATEGORIES= security
|
||||
USE_GROFF = Yes
|
||||
|
||||
# Artistic
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2010/09/24 15:32:34 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2010/10/18 21:41:46 espie Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -8,6 +8,7 @@ MODULES= cpan
|
||||
DISTNAME= Crypt-DES-2.05
|
||||
REVISION= 2
|
||||
CATEGORIES= security
|
||||
USE_GROFF = Yes
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2010/07/13 20:14:22 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2010/10/18 21:41:46 espie Exp $
|
||||
|
||||
COMMENT= Diffie-Hellman key exchange system
|
||||
|
||||
@ -19,6 +19,7 @@ BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= ::security/p5-Crypt-Random
|
||||
|
||||
CONFIGURE_STYLE=perl
|
||||
USE_GROFF = Yes
|
||||
|
||||
PKG_ARCH= *
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2010/07/13 20:14:22 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2010/10/18 21:41:46 espie Exp $
|
||||
|
||||
COMMENT= DSA Signatures and Key Generation
|
||||
|
||||
@ -6,6 +6,7 @@ MODULES= cpan
|
||||
DISTNAME= Crypt-DSA-0.13
|
||||
REVISION= 0
|
||||
CATEGORIES= security
|
||||
USE_GROFF = Yes
|
||||
|
||||
# GPL/Artistic
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2010/09/24 15:32:34 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2010/10/18 21:41:46 espie Exp $
|
||||
|
||||
COMMENT= Perl interface to gpgme
|
||||
SHARED_ONLY= Yes
|
||||
@ -7,6 +7,7 @@ MODULES= cpan
|
||||
DISTNAME= Crypt-GpgME-0.08
|
||||
REVISION= 0
|
||||
CATEGORIES= devel security
|
||||
USE_GROFF = Yes
|
||||
|
||||
MAINTAINER= Simon Bertrang <simon@openbsd.org>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2010/09/24 15:32:34 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2010/10/18 21:41:46 espie Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -8,6 +8,7 @@ MODULES= cpan
|
||||
DISTNAME= Crypt-OpenSSL-Bignum-0.04
|
||||
REVISION= 1
|
||||
CATEGORIES= security
|
||||
USE_GROFF = Yes
|
||||
|
||||
HOMEPAGE= http://perl-openssl.sourceforge.net/
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2010/09/24 15:32:34 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2010/10/18 21:41:46 espie Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -7,6 +7,7 @@ COMMENT= implements DSA using OpenSSL
|
||||
DISTNAME= Crypt-OpenSSL-DSA-0.13
|
||||
REVISION= 3
|
||||
CATEGORIES= security
|
||||
USE_GROFF = Yes
|
||||
|
||||
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
||||
|
||||
|
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2010/09/24 15:32:34 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2010/10/18 21:41:46 espie Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT= RSA encoding and decoding using OpenSSL
|
||||
|
||||
MODULES= cpan
|
||||
USE_GROFF = Yes
|
||||
|
||||
DISTNAME= Crypt-OpenSSL-RSA-0.25
|
||||
REVISION= 1
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2010/09/24 15:32:34 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2010/10/18 21:41:46 espie Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -9,6 +9,7 @@ DISTNAME= Crypt-OpenSSL-Random-0.04
|
||||
REVISION= 1
|
||||
CATEGORIES= security
|
||||
HOMEPAGE= http://perl-openssl.sourceforge.net/
|
||||
USE_GROFF = Yes
|
||||
|
||||
# GPL/Artistic
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2007/09/15 23:29:59 merdely Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2010/10/18 21:41:46 espie Exp $
|
||||
|
||||
COMMENT= md5-based passwords in perl
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= Crypt-PasswdMD5-1.3
|
||||
CATEGORIES= security
|
||||
USE_GROFF = Yes
|
||||
|
||||
# beer-ware
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2010/07/13 20:14:22 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2010/10/18 21:41:46 espie Exp $
|
||||
|
||||
COMMENT= provable prime number generator
|
||||
|
||||
@ -6,6 +6,7 @@ MODULES= cpan
|
||||
DISTNAME= Crypt-Primes-0.50
|
||||
REVISION= 0
|
||||
CATEGORIES= security
|
||||
USE_GROFF = Yes
|
||||
|
||||
# GPL/Artistic
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2010/07/13 20:14:22 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2010/10/18 21:41:46 espie Exp $
|
||||
|
||||
COMMENT= implementation of the RC4 encryption algorithm
|
||||
|
||||
@ -6,6 +6,7 @@ MODULES= cpan
|
||||
DISTNAME= Crypt-RC4-2.02
|
||||
REVISION= 0
|
||||
CATEGORIES= security
|
||||
USE_GROFF = Yes
|
||||
|
||||
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
||||
|
||||
|
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2009/09/05 14:31:55 sturm Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2010/10/18 21:41:46 espie Exp $
|
||||
|
||||
COMMENT= RSA public-key cryptosystem
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= Crypt-RSA-1.99
|
||||
CATEGORIES= security
|
||||
USE_GROFF = Yes
|
||||
|
||||
# GPL/Artistic
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2010/07/13 20:14:22 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2010/10/18 21:41:46 espie Exp $
|
||||
|
||||
COMMENT= cryptographically secure random number generator
|
||||
|
||||
@ -6,6 +6,7 @@ MODULES= cpan
|
||||
DISTNAME= Crypt-Random-1.25
|
||||
REVISION= 0
|
||||
CATEGORIES= security
|
||||
USE_GROFF = Yes
|
||||
|
||||
# GPL/Artistic
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2010/09/24 15:32:34 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2010/10/18 21:41:46 espie Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -8,6 +8,7 @@ MODULES= cpan
|
||||
DISTNAME= Crypt-Rijndael-1.07
|
||||
REVISION= 0
|
||||
CATEGORIES= security
|
||||
USE_GROFF = Yes
|
||||
|
||||
# LGPLv2
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.27 2010/09/24 15:32:34 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.28 2010/10/18 21:41:46 espie Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -8,6 +8,7 @@ MODULES= cpan
|
||||
DISTNAME= Crypt-SSLeay-0.57
|
||||
REVISION= 1
|
||||
CATEGORIES= security
|
||||
USE_GROFF = Yes
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2008/07/06 11:25:42 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2010/10/18 21:41:46 espie Exp $
|
||||
|
||||
COMMENT = object oriented interface to create salted hashes
|
||||
|
||||
MODULES = cpan
|
||||
DISTNAME = Crypt-SaltedHash-0.05
|
||||
CATEGORIES = security
|
||||
USE_GROFF = Yes
|
||||
|
||||
MAINTAINER = Jim Razmus II <jim@bonetruck.org>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2010/09/24 15:32:34 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2010/10/18 21:41:46 espie Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -8,6 +8,7 @@ MODULES= cpan
|
||||
DISTNAME= Crypt-Serpent-1.01
|
||||
REVISION= 1
|
||||
CATEGORIES= security
|
||||
USE_GROFF = Yes
|
||||
|
||||
MAINTAINER= Stephan A. Rickauer <stephan@openbsd.org>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2010/07/13 20:14:22 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2010/10/18 21:41:46 espie Exp $
|
||||
|
||||
COMMENT= Perl module implementing lanman and nt md4 hash functions
|
||||
|
||||
@ -6,6 +6,7 @@ MODULES= cpan
|
||||
DISTNAME= Crypt-SmbHash-0.12
|
||||
REVISION= 1
|
||||
CATEGORIES= security
|
||||
USE_GROFF = Yes
|
||||
|
||||
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2010/07/13 20:14:22 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2010/10/18 21:41:46 espie Exp $
|
||||
|
||||
COMMENT= implementation of 3DES encryption on ECB mode
|
||||
|
||||
@ -6,6 +6,7 @@ MODULES= cpan
|
||||
DISTNAME= Crypt-TripleDES-0.24
|
||||
REVISION= 0
|
||||
CATEGORIES= security
|
||||
USE_GROFF = Yes
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2010/09/24 15:32:34 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2010/10/18 21:41:46 espie Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -8,6 +8,7 @@ MODULES= cpan
|
||||
DISTNAME= Crypt-Twofish-2.13
|
||||
REVISION= 0
|
||||
CATEGORIES= security
|
||||
USE_GROFF = Yes
|
||||
|
||||
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
||||
|
||||
|
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2007/09/15 23:30:00 merdely Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2010/10/18 21:41:46 espie Exp $
|
||||
|
||||
COMMENT= module to bubble-babble fingerprints
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= Digest-BubbleBabble-0.01
|
||||
CATEGORIES= security
|
||||
USE_GROFF = Yes
|
||||
|
||||
MAINTAINER= Peter Stromberg <wilfried@openbsd.org>
|
||||
|
||||
|
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2010/04/13 10:04:24 stephan Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2010/10/18 21:41:46 espie Exp $
|
||||
|
||||
COMMENT= interface to HMAC Message-Digest Algorithms
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= Digest-HMAC-1.02
|
||||
CATEGORIES= security
|
||||
USE_GROFF = Yes
|
||||
|
||||
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2010/09/24 15:37:42 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2010/10/18 21:41:46 espie Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -8,6 +8,7 @@ MODULES= cpan
|
||||
DISTNAME= Digest-MD2-2.03
|
||||
REVISION= 2
|
||||
CATEGORIES= security
|
||||
USE_GROFF = Yes
|
||||
|
||||
# GPL/Artistic
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2010/07/13 20:14:22 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2010/10/18 21:41:46 espie Exp $
|
||||
|
||||
COMMENT= interface to md4 message-digest algorithm
|
||||
|
||||
@ -6,6 +6,7 @@ MODULES= cpan
|
||||
DISTNAME= Digest-MD4-1.5
|
||||
REVISION= 0
|
||||
CATEGORIES= security
|
||||
USE_GROFF = Yes
|
||||
|
||||
MAINTAINER= Stephan A. Rickauer <stephan@openbsd.org>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2010/09/24 15:37:42 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2010/10/18 21:41:46 espie Exp $
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT= perl interface to a variant of the MD5 algorithm
|
||||
@ -7,6 +7,7 @@ MODULES= cpan
|
||||
DISTNAME= Digest-MD5-M4p-0.01
|
||||
REVISION= 1
|
||||
CATEGORIES= security
|
||||
USE_GROFF = Yes
|
||||
|
||||
# same as perl
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2010/09/24 15:37:42 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2010/10/18 21:41:46 espie Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -8,6 +8,7 @@ MODULES= cpan
|
||||
DISTNAME= Digest-Nilsimsa-0.06
|
||||
REVISION= 1
|
||||
CATEGORIES= security
|
||||
USE_GROFF = Yes
|
||||
|
||||
# Artistic licence
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.18 2010/09/24 15:37:42 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.19 2010/10/18 21:41:46 espie Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -8,6 +8,7 @@ MODULES= cpan
|
||||
DISTNAME= Digest-SHA1-2.13
|
||||
REVISION= 0
|
||||
CATEGORIES= security
|
||||
USE_GROFF = Yes
|
||||
|
||||
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2010/04/13 12:33:57 stephan Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2010/10/18 21:41:46 espie Exp $
|
||||
|
||||
COMMENT= interface to the Skein digest algorithm
|
||||
|
||||
@ -7,6 +7,7 @@ HOMEPAGE= http://www.skein-hash.info/
|
||||
MODULES= cpan
|
||||
DISTNAME= Digest-Skein-0.05
|
||||
CATEGORIES= security
|
||||
USE_GROFF = Yes
|
||||
|
||||
MAINTAINER= Stephan A. Rickauer <stephan@openbsd.org>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2010/08/25 06:34:51 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.16 2010/10/18 21:41:46 espie Exp $
|
||||
|
||||
COMMENT= perl5 interface to GnuPG using scalars
|
||||
|
||||
@ -7,6 +7,7 @@ DISTNAME= GPG-0.06
|
||||
REVISION= 1
|
||||
CATEGORIES= security
|
||||
CPAN_AUTHOR= MILES
|
||||
USE_GROFF = Yes
|
||||
|
||||
RUN_DEPENDS= :gnupg-<2:security/gnupg
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2010/09/24 15:37:42 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2010/10/18 21:41:46 espie Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -8,6 +8,7 @@ MODULES= cpan
|
||||
DISTNAME= GSSAPI-0.26
|
||||
REVISION= 1
|
||||
CATEGORIES= security
|
||||
USE_GROFF = Yes
|
||||
|
||||
HOMEPAGE= http://perlgssapi.sourceforge.net/
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2010/08/25 06:34:51 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2010/10/18 21:41:47 espie Exp $
|
||||
|
||||
COMMENT= perl5 interface to GnuPG
|
||||
|
||||
@ -6,6 +6,7 @@ MODULES= cpan
|
||||
DISTNAME= GnuPG-Interface-0.36
|
||||
REVISION= 0
|
||||
CATEGORIES= security
|
||||
USE_GROFF = Yes
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2010/08/25 06:34:51 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2010/10/18 21:41:47 espie Exp $
|
||||
|
||||
COMMENT= perl5 interface to GnuPG
|
||||
|
||||
@ -6,6 +6,7 @@ MODULES= cpan
|
||||
DISTNAME= GnuPG-0.09
|
||||
REVISION= 1
|
||||
CATEGORIES= security
|
||||
USE_GROFF = Yes
|
||||
|
||||
RUN_DEPENDS= :gnupg-<2:security/gnupg
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.33 2010/10/03 15:11:57 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.34 2010/10/18 21:41:47 espie Exp $
|
||||
|
||||
COMMENT= perl interface to SSL sockets
|
||||
|
||||
@ -18,6 +18,7 @@ MODULES= cpan
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= :p5-Net-SSLeay->=1.21:security/p5-Net_SSLeay
|
||||
REGRESS_DEPENDS= ::net/p5-IO-Socket-INET6
|
||||
USE_GROFF = Yes
|
||||
|
||||
MODCPAN_EXAMPLES= Yes
|
||||
MODCPAN_EXAMPLES_DIST= example
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2010/09/24 15:37:42 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2010/10/18 21:41:47 espie Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -8,6 +8,7 @@ MODULES= cpan
|
||||
DISTNAME= MD5-1.7
|
||||
REVISION= 1
|
||||
CATEGORIES= security
|
||||
USE_GROFF = Yes
|
||||
|
||||
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2010/10/02 14:02:10 bluhm Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2010/10/18 21:41:47 espie Exp $
|
||||
|
||||
COMMENT = module signature file manipulation
|
||||
|
||||
@ -15,6 +15,7 @@ PERMIT_DISTFILES_CDROM =Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
MODULES = cpan
|
||||
USE_GROFF = Yes
|
||||
BUILD_DEPENDS = ${RUN_DEPENDS}
|
||||
RUN_DEPENDS = :gnupg-<2:security/gnupg
|
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user