head	1.6;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.2;
locks; strict;
comment	@# @;


1.6
date	2012.11.17.06.02.55;	author svnexp;	state Exp;
branches;
next	1.5;

1.5
date	2012.03.24.07.42.11;	author dhn;	state Exp;
branches;
next	1.4;

1.4
date	2009.06.28.16.09.53;	author dhn;	state Exp;
branches;
next	1.3;

1.3
date	2009.06.24.16.34.26;	author dhn;	state Exp;
branches;
next	1.2;

1.2
date	2009.03.06.18.14.35;	author dhn;	state Exp;
branches;
next	1.1;

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


desc
@@


1.6
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-WWW-TinySong
# Date created:		2009-01-27
# Whom:			Dennis Herrmann <adox@@mcx2.org>
#
# $FreeBSD: head/www/p5-WWW-TinySong/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	WWW-TinySong
PORTVERSION=	1.01
PORTREVISION=	1
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	dhn@@FreeBSD.org
COMMENT=	Get free music links from tinysong.com

BUILD_DEPENDS=	p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
		p5-libwww>=0:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	YES

MAN3=	WWW::TinySong.3

.include <bsd.port.pre.mk>

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

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


1.5
log
@- Add missing DEPENDS
- Bump PORTREVISION

PR:		ports/166354
Submitted by:	Steve Wills <swills@@freebsd.org>
Feature safe:	yes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.4
log
@- Update to 1.01
@
text
@d10 1
d18 4
d26 7
a32 1
.include <bsd.port.mk>
@


1.3
log
@- Update to 1.00
@
text
@d9 1
a9 1
PORTVERSION=	1.00
@


1.2
log
@- Use my FreeBSD address on the ports I maintain

Approved by:	tabthorpe (co-mentor)
@
text
@d9 1
a9 1
PORTVERSION=	0.05
@


1.1
log
@tinysong.com is a web app that can be queried for a
song and returns a tiny URL, allowing you to listen
to the song for free online and share it with friends.
TinySong is a Perl interface to this service, allowing
you to programmatically search its underlying database.

WWW:	http://search.cpan.org/~miorel/WWW-TinySong-0.05/

PR:		ports/131056
Submitted by:	Dennis Herrmann <adox at mcx2.org>
@
text
@d14 1
a14 1
MAINTAINER=	adox@@mcx2.org
@

