freebsd-ports/www/p5-WWW-TinySong/Makefile
Dennis Herrmann 6a0010c4b3 - Add missing DEPENDS
- Bump PORTREVISION

PR:		ports/166354
Submitted by:	Steve Wills <swills@freebsd.org>
Feature safe:	yes
2012-03-24 07:42:11 +00:00

32 lines
678 B
Makefile

# New ports collection makefile for: p5-WWW-TinySong
# Date created: 2009-01-27
# Whom: Dennis Herrmann <adox@mcx2.org>
#
# $FreeBSD$
#
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>