aboutsummaryrefslogtreecommitdiff
path: root/www/p5-WWW-TinySong/Makefile
diff options
context:
space:
mode:
authorPhilippe Audeoud <jadawin@FreeBSD.org>2009-01-28 09:20:09 +0000
committerPhilippe Audeoud <jadawin@FreeBSD.org>2009-01-28 09:20:09 +0000
commit5b54e09ff2e3547a383c799d7f83ae864f3c2063 (patch)
tree2528bbf644e4b2f621a48b9a291046fb2451333b /www/p5-WWW-TinySong/Makefile
parent22c952ab3213d760c144545d491170d299476a07 (diff)
downloadports-5b54e09ff2e3547a383c799d7f83ae864f3c2063.tar.gz
ports-5b54e09ff2e3547a383c799d7f83ae864f3c2063.zip
Notes
Diffstat (limited to 'www/p5-WWW-TinySong/Makefile')
-rw-r--r--www/p5-WWW-TinySong/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/www/p5-WWW-TinySong/Makefile b/www/p5-WWW-TinySong/Makefile
new file mode 100644
index 000000000000..e6aa2d523334
--- /dev/null
+++ b/www/p5-WWW-TinySong/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: p5-WWW-TinySong
+# Date created: 2009-01-27
+# Whom: Dennis Herrmann <adox@mcx2.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= WWW-TinySong
+PORTVERSION= 0.05
+CATEGORIES= www perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= adox@mcx2.org
+COMMENT= Get free music links from tinysong.com
+
+PERL_CONFIGURE= YES
+
+MAN3= WWW::TinySong.3
+
+.include <bsd.port.mk>