f6a55ccb89
- Add BUILD_DEPENDS Changes: http://search.cpan.org/dist/HTTP-Tiny/Changes
30 lines
647 B
Makefile
30 lines
647 B
Makefile
# New ports collection makefile for: p5-HTTP-Tiny
|
|
# Date created: 2011-03-04
|
|
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= HTTP-Tiny
|
|
PORTVERSION= 0.017
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= A small, simple, correct HTTP/1.1 client
|
|
|
|
OPTIONS= HTTPS "https support" on
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= HTTP::Tiny.3
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
.if !defined(WITHOUT_HTTPS)
|
|
BUILD_DEPENDS+= p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL
|
|
RUN_DEPENDS+= p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|