blob: 706d3c8cae3c5a7a1363c35c3c4cf221f4fdf286 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Created by: Aaron Zauner <az_mail@gmx.at>
# $FreeBSD$
PORTNAME= http_get
PORTVERSION= 1.0.20100619
CATEGORIES= www ipv6
MASTER_SITES= http://www.acme.com/software/http_get/
DISTNAME= ${PORTNAME}_19jun2010
MAINTAINER= masaki@club.kyutech.ac.jp
COMMENT= Dump http-contents to stdout
WRKSRC= ${WRKDIR}/http_get
MAKEFILE= ${FILESDIR}/Makefile.bsd
MAN1= http_get.1
MANCOMPRESSED= yes
PLIST_FILES= bin/http_get
.ifndef NO_OPENSSL
USE_OPENSSL= yes
.endif
NO_STAGE= yes
.include <bsd.port.mk>
|