21 lines
402 B
Makefile
21 lines
402 B
Makefile
# $OpenBSD: Makefile,v 1.6 2013/03/11 11:42:45 espie Exp $
|
|
|
|
COMMENT= parser and generator for XSPF playlists
|
|
|
|
MODULES= cpan
|
|
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_CDROM= Yes
|
|
|
|
.include <bsd.port.mk>
|