head	1.17;
access;
symbols
	RELEASE_8_3_0:1.6
	RELEASE_9_0_0:1.5;
locks; strict;
comment	@# @;


1.17
date	2013.03.10.15.10.02;	author svnexp;	state Exp;
branches;
next	1.16;

1.16
date	2013.01.30.19.49.24;	author svnexp;	state Exp;
branches;
next	1.15;

1.15
date	2012.12.07.07.53.48;	author svnexp;	state Exp;
branches;
next	1.14;

1.14
date	2012.12.07.05.15.47;	author svnexp;	state Exp;
branches;
next	1.13;

1.13
date	2012.11.17.06.02.51;	author svnexp;	state Exp;
branches;
next	1.12;

1.12
date	2012.10.06.20.22.53;	author sunpoet;	state Exp;
branches;
next	1.11;

1.11
date	2012.10.06.20.00.29;	author sunpoet;	state Exp;
branches;
next	1.10;

1.10
date	2012.06.03.14.19.50;	author sunpoet;	state Exp;
branches;
next	1.9;

1.9
date	2012.05.17.15.01.33;	author sunpoet;	state Exp;
branches;
next	1.8;

1.8
date	2012.05.15.03.38.17;	author sunpoet;	state Exp;
branches;
next	1.7;

1.7
date	2012.04.19.11.46.37;	author sunpoet;	state Exp;
branches;
next	1.6;

1.6
date	2012.02.24.09.53.07;	author sunpoet;	state Exp;
branches;
next	1.5;

1.5
date	2011.10.27.17.02.25;	author sunpoet;	state Exp;
branches;
next	1.4;

1.4
date	2011.10.21.06.27.40;	author sunpoet;	state Exp;
branches;
next	1.3;

1.3
date	2011.07.21.09.14.26;	author sunpoet;	state Exp;
branches;
next	1.2;

1.2
date	2011.04.26.10.33.00;	author sunpoet;	state Exp;
branches;
next	1.1;

1.1
date	2011.03.04.05.38.13;	author sunpoet;	state Exp;
branches;
next	;


desc
@@


1.17
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/313794
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@@FreeBSD.org>
# $FreeBSD: head/www/p5-HTTP-Tiny/Makefile 313794 2013-03-10 03:09:48Z sunpoet $

PORTNAME=	HTTP-Tiny
PORTVERSION=	0.028
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:DAGOLDEN
PKGNAMEPREFIX=	p5-

MAINTAINER=	sunpoet@@FreeBSD.org
COMMENT=	A small, simple, correct HTTP/1.1 client

LICENSE=	ART10 GPLv1
LICENSE_COMB=	dual

OPTIONS_DEFINE=	COOKIE HTTPS
OPTIONS_DEFAULT=COOKIE HTTPS
COOKIE_DESC=	Cookie support

PERL_CONFIGURE=	yes

MAN3=		HTTP::Tiny.3

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MCOOKIE}
BUILD_DEPENDS+=	p5-HTTP-CookieJar>=0.001:${PORTSDIR}/www/p5-HTTP-CookieJar
RUN_DEPENDS+=	p5-HTTP-CookieJar>=0.001:${PORTSDIR}/www/p5-HTTP-CookieJar
.endif

.if ${PORT_OPTIONS:MHTTPS}
BUILD_DEPENDS+=	p5-Net-SSLeay>=1.49:${PORTSDIR}/security/p5-Net-SSLeay \
		p5-Mozilla-CA>=20120823:${PORTSDIR}/www/p5-Mozilla-CA
RUN_DEPENDS+=	p5-Net-SSLeay>=1.49:${PORTSDIR}/security/p5-Net-SSLeay \
		p5-Mozilla-CA>=20120823:${PORTSDIR}/www/p5-Mozilla-CA
.endif

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 501400
TEST_DEPENDS+=	p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple
.endif

.include <bsd.port.post.mk>
@


1.16
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/311259
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d2 1
a2 1
# $FreeBSD: head/www/p5-HTTP-Tiny/Makefile 311259 2013-01-30 19:32:47Z sunpoet $
d5 1
a5 1
PORTVERSION=	0.025
d17 3
a19 2
OPTIONS_DEFINE=	HTTPS
OPTIONS_DEFAULT=HTTPS
d27 5
d39 7
a45 1
.include <bsd.port.mk>
@


1.15
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/308415
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r308415 | sunpoet | 2012-12-07 07:50:04 +0000 (Fri, 07 Dec 2012) | 5 lines
## SVN ##
## SVN ## - Add missing trailing backslash
## SVN ##
## SVN ## Notified by:	cperciva, matthew
## SVN ## Feature safe:	yes
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@d2 1
a2 1
# $FreeBSD: head/www/p5-HTTP-Tiny/Makefile 308415 2012-12-07 07:50:04Z sunpoet $
d5 1
a5 1
PORTVERSION=	0.024
d33 1
a33 8
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 501000
BUILD_DEPENDS+=	p5-IPC-Cmd>=0:${PORTSDIR}/devel/p5-IPC-Cmd
RUN_DEPENDS+=	p5-IPC-Cmd>=0:${PORTSDIR}/devel/p5-IPC-Cmd
.endif

.include <bsd.port.post.mk>
@


1.14
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/308412
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r308412 | sunpoet | 2012-12-07 05:12:06 +0000 (Fri, 07 Dec 2012) | 5 lines
## SVN ##
## SVN ## - Update to 0.024
## SVN ##
## SVN ## Changes:	http://search.cpan.org/dist/HTTP-Tiny/Changes
## SVN ## Feature safe:	yes
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@d2 1
a2 1
# $FreeBSD: head/www/p5-HTTP-Tiny/Makefile 308412 2012-12-07 05:12:06Z sunpoet $
d27 1
a27 1
BUILD_DEPENDS+=	p5-Net-SSLeay>=1.49:${PORTSDIR}/security/p5-Net-SSLeay
d29 1
a29 1
RUN_DEPENDS+=	p5-Net-SSLeay>=1.49:${PORTSDIR}/security/p5-Net-SSLeay
@


1.13
log
@Switch exporter over
@
text
@d2 1
a2 1
# $FreeBSD: head/www/p5-HTTP-Tiny/Makefile 305401 2012-10-06 20:22:53Z sunpoet $
d5 1
a5 1
PORTVERSION=	0.022
d27 4
a30 4
BUILD_DEPENDS+=	p5-IO-Socket-SSL>=1.56:${PORTSDIR}/security/p5-IO-Socket-SSL \
		p5-Mozilla-CA>=0:${PORTSDIR}/www/p5-Mozilla-CA
RUN_DEPENDS+=	p5-IO-Socket-SSL>=1.56:${PORTSDIR}/security/p5-IO-Socket-SSL \
		p5-Mozilla-CA>=0:${PORTSDIR}/www/p5-Mozilla-CA
d33 8
a40 1
.include <bsd.port.mk>
@


1.12
log
@SVN rev 305401 on 2012-10-06 20:22:53Z by sunpoet

- Cleanup Makefile header
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.11
log
@SVN rev 305398 on 2012-10-06 20:00:29Z by sunpoet

- Add LICENSE
- Convert to new options framework
@
text
@d1 1
a1 4
# New ports collection makefile for:	p5-HTTP-Tiny
# Date created:		2011-03-04
# Whom:			Sunpoet Po-Chuan Hsieh <sunpoet@@FreeBSD.org>
#
a2 1
#
@


1.10
log
@- Update to 0.022

Changes:	http://search.cpan.org/dist/HTTP-Tiny/Changes
@
text
@d18 5
a22 1
OPTIONS=	HTTPS	"https support" on
d30 1
a30 1
.if !defined(WITHOUT_HTTPS)
@


1.9
log
@- Update to 0.021

Changes:	http://search.cpan.org/dist/HTTP-Tiny/Changes
@
text
@d9 1
a9 1
PORTVERSION=	0.021
@


1.8
log
@- Update to 0.020

Changes:	http://search.cpan.org/dist/HTTP-Tiny/Changes
@
text
@d9 1
a9 1
PORTVERSION=	0.020
@


1.7
log
@- Update to 0.018

Changes:	http://search.cpan.org/dist/HTTP-Tiny/Changes
@
text
@d9 1
a9 1
PORTVERSION=	0.018
d12 1
d27 1
a27 1
BUILD_DEPENDS+=	p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \
d29 1
a29 1
RUN_DEPENDS+=	p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \
@


1.6
log
@- Update to 0.017
- Add BUILD_DEPENDS

Changes:	http://search.cpan.org/dist/HTTP-Tiny/Changes
@
text
@d9 1
a9 1
PORTVERSION=	0.017
d26 4
a29 2
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
@


1.5
log
@- Update to 0.016

Changes:	http://search.cpan.org/dist/HTTP-Tiny/Changes
@
text
@d9 1
a9 1
PORTVERSION=	0.016
d26 1
@


1.4
log
@- Update to 0.014
- Use += for *_DEPENDS after inclusion of <bsd.port.*.mk>
- Use PLIST

Changes:	http://search.cpan.org/dist/HTTP-Tiny/Changes
@
text
@d9 1
a9 1
PORTVERSION=	0.014
@


1.3
log
@- Update to 0.013

Changes:	http://search.cpan.org/dist/HTTP-Tiny/Changes
@
text
@d9 1
a9 1
PORTVERSION=	0.013
a11 1
MASTER_SITE_SUBDIR=	CPAN:DAGOLDEN
a21 5
PLIST_FILES=	%%SITE_PERL%%/HTTP/Tiny.pm \
		%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Tiny/.packlist
PLIST_DIRS=	%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Tiny
PLIST_DIRSTRY=	%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP \
		%%SITE_PERL%%/HTTP
d26 1
a26 1
RUN_DEPENDS=	p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL
@


1.2
log
@- Update to 0.012

Changes:	http://search.cpan.org/dist/HTTP-Tiny/Changes
@
text
@d9 1
a9 1
PORTVERSION=	0.012
a19 6
.include <bsd.port.options.mk>

.if !defined(WITHOUT_HTTPS)
RUN_DEPENDS=	p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL
.endif

d29 6
@


1.1
log
@- Add p5-HTTP-Tiny 0.010

HTTP::Tiny is a small, simple, correct HTTP/1.1 client.

WWW: http://search.cpan.org/dist/HTTP-Tiny/
@
text
@d9 1
a9 1
PORTVERSION=	0.010
@

