22 lines
386 B
Makefile
22 lines
386 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
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= dhn@FreeBSD.org
|
|
COMMENT= Get free music links from tinysong.com
|
|
|
|
PERL_CONFIGURE= YES
|
|
|
|
MAN3= WWW::TinySong.3
|
|
|
|
.include <bsd.port.mk>
|