Index: head/www/p5-WWW-TinySong/Makefile =================================================================== --- head/www/p5-WWW-TinySong/Makefile (revision 293731) +++ head/www/p5-WWW-TinySong/Makefile (revision 293732) @@ -1,21 +1,32 @@ # New ports collection makefile for: p5-WWW-TinySong # Date created: 2009-01-27 # Whom: Dennis Herrmann # # $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 +.include + +.if ${PERL_LEVEL} < 501400 +TEST_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include Property changes on: head/www/p5-WWW-TinySong/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property