head	1.10;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2;
locks; strict;
comment	@# @;


1.10
date	2012.11.17.06.02.54;	author svnexp;	state Exp;
branches;
next	1.9;

1.9
date	2012.09.13.12.45.35;	author jadawin;	state Exp;
branches;
next	1.8;

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

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

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

1.5
date	2012.04.10.14.16.43;	author swills;	state Exp;
branches;
next	1.4;

1.4
date	2012.01.09.14.41.18;	author lbr;	state Exp;
branches;
next	1.3;

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

1.2
date	2010.09.23.02.32.19;	author pgollucci;	state Exp;
branches;
next	1.1;

1.1
date	2010.09.03.11.52.00;	author jadawin;	state Exp;
branches;
next	;


desc
@@


1.10
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-WWW-GitHub-Gist
# Date created:				2010-09-02
# Whom:					Denny Lin <dennylin93@@hs.ntnu.edu.tw>
#
# $FreeBSD: head/www/p5-WWW-GitHub-Gist/Makefile 304204 2012-09-13 12:45:35Z jadawin $
#

PORTNAME=	WWW-GitHub-Gist
PORTVERSION=	0.17
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Perl interface to Gist

LICENSE=	ART10 GPLv1
LICENSE_COMB=	dual

BUILD_DEPENDS=	p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \
		p5-Moo>=0:${PORTSDIR}/devel/p5-Moo
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=		WWW::GitHub::Gist.3 \
		WWW::GitHub::Gist::v3.3

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 501400
BUILD_DEPENDS+=	p5-HTTP-Tiny>=0:${PORTSDIR}/www/p5-HTTP-Tiny
RUN_DEPENDS+=	p5-HTTP-Tiny>=0:${PORTSDIR}/www/p5-HTTP-Tiny
.endif

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


1.9
log
@SVN rev 304204 on 2012-09-13 12:45:35Z by jadawin

- Update to 0.15
- Changelog: http://search.cpan.org/dist/WWW-GitHub-Gist/Changes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.8
log
@SVN rev 302210 on 2012-08-06 19:14:34Z by sunpoet

- Update to 0.15

Changes:	http://search.cpan.org/dist/WWW-GitHub-Gist/Changes
@
text
@d9 1
a9 1
PORTVERSION=	0.15
@


1.7
log
@- Update to 0.14
- Add LICENSE
- Pass maintainership to perl@@

Changes:	http://search.cpan.org/dist/WWW-GitHub-Gist/Changes
PR:		ports/169737
Submitted by:	sunpoet (myself)
Approved by:	Denny Lin <dennylin93@@hs.ntnu.edu.tw> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.14
d20 2
a21 3
BUILD_DEPENDS=	p5-Any-Moose>=0:${PORTSDIR}/devel/p5-Any-Moose \
		p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \
		p5-URI>=0:${PORTSDIR}/net/p5-URI
a26 1
		WWW::GitHub::Gist::v2.3 \
@


1.6
log
@- Fix *_DEPENDS: p5-HTTP-Tiny is in core since Perl 5.13.9 (check PERL_LEVEL against 501400)
- Bump PORTREVISION for dependency change

PR:		ports/167143
Submitted by:	sunpoet (myself)
Approved by:	Denny Lin <dennylin93@@hs.ntnu.edu.tw> (maintainer)
@
text
@d9 1
a9 2
PORTVERSION=	0.13
PORTREVISION=	2
d14 1
a14 1
MAINTAINER=	dennylin93@@hs.ntnu.edu.tw
d17 3
@


1.5
log
@- Add missing DEPENDS

PR:		ports/166277
Approved by:	Denny Lin <dennylin93@@hs.ntnu.edu.tw> (maintainer)
@
text
@d10 1
a10 1
PORTREVISION=	1
a12 1
MASTER_SITE_SUBDIR=	CPAN:ALEXBIO
a18 1
		p5-HTTP-Tiny>=0:${PORTSDIR}/www/p5-HTTP-Tiny \
d29 8
a36 1
.include <bsd.port.mk>
@


1.4
log
@Updated to 0.13.

Note that this version deletes the "gist" command, now found in the new p5-App-gist port.

PR:		163813
Submitted by:	Denny Lin <dennylin93@@hs.ntnu.edu.tw>
@
text
@d10 1
d19 2
a20 1
RUN_DEPENDS=	p5-HTTP-Tiny>=0:${PORTSDIR}/www/p5-HTTP-Tiny \
d22 2
a23 1
		p5-Any-Moose>=0:${PORTSDIR}/devel/p5-Any-Moose
@


1.3
log
@- Update to 0.06

Changes:	http://search.cpan.org/dist/WWW-GitHub-Gist/Changes
PR:		ports/154929
Submitted by:	clsung
Approved by:	Denny Lin <dennylin93@@hs.ntnu.edu.tw> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.06
a17 2
CONFLICTS=	gist-[0-9]*

d19 2
a20 1
		p5-JSON>=0:${PORTSDIR}/converters/p5-JSON
d24 3
a26 2
MAN1=		gist.1
MAN3=		WWW::GitHub::Gist.3
@


1.2
log
@- Fix pkg-plist

PR:             ports/150799
Submitted by:   Denny Lin <dennylin93@@hs.ntnu.edu.tw> (maintainer)
@
text
@d9 1
a9 2
PORTVERSION=	0.05
PORTREVISION=	1
d12 1
d18 4
a21 4
BUILD_DEPENDS=	${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \
		${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \
		${SITE_PERL}/JSON.pm:${PORTSDIR}/converters/p5-JSON
RUN_DEPENDS=	${BUILD_DEPENDS}
d25 1
a25 1
MAN1=		gist.pl.1
@


1.1
log
@Perl interface to Gist.

WWW: http://search.cpan.org/dist/WWW-GitHub-Gist/

PR:		ports/150221
Submitted by:	Denny Lin <dennylin93 at hs.ntnu.edu.tw>
@
text
@d10 1
@

