20 lines
348 B
Makefile
20 lines
348 B
Makefile
|
COMMENT= parser and generator for XSPF playlists
|
||
|
|
||
|
MODULES= cpan
|
||
|
PKG_ARCH= *
|
||
|
DISTNAME= XML-XSPF-0.7.1
|
||
|
CATEGORIES= textproc
|
||
|
|
||
|
HOMEPAGE= http://www.xspf.org/
|
||
|
|
||
|
RUN_DEPENDS= devel/p5-Class-Accessor \
|
||
|
devel/p5-Time-TimeDate \
|
||
|
textproc/p5-XML-Parser \
|
||
|
textproc/p5-XML-Writer \
|
||
|
www/p5-HTML-Parser
|
||
|
|
||
|
# perl
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
.include <bsd.port.mk>
|