opnsense-ports/www/http_get/Makefile
Franco Fichtner a737ce6b05 */*: sync previously available, but unused ports
Taken from: FreeBSD
2015-04-22 06:45:04 +02:00

24 lines
485 B
Makefile

# Created by: Aaron Zauner <az_mail@gmx.at>
# $FreeBSD$
PORTNAME= http_get
PORTVERSION= 1.0.20140814
CATEGORIES= www ipv6
MASTER_SITES= http://www.acme.com/software/http_get/
DISTNAME= ${PORTNAME}_14Aug2014
MAINTAINER= masaki@club.kyutech.ac.jp
COMMENT= Dump http-contents to stdout
WRKSRC= ${WRKDIR}/http_get
USES= uidfix
MAKEFILE= ${FILESDIR}/Makefile.bsd
PLIST_FILES= bin/http_get \
man/man1/http_get.1.gz
.ifndef NO_OPENSSL
USE_OPENSSL= yes
.endif
.include <bsd.port.mk>