2019-07-12 20:49:33 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.8 2019/07/12 20:50:10 sthen Exp $
|
2007-07-26 14:34:01 +00:00
|
|
|
|
|
|
|
COMMENT= parser and generator for XSPF playlists
|
|
|
|
|
|
|
|
MODULES= cpan
|
2016-03-20 19:56:05 +00:00
|
|
|
PKG_ARCH= *
|
2011-03-17 12:27:08 +00:00
|
|
|
DISTNAME= XML-XSPF-0.7.1
|
2007-07-26 14:34:01 +00:00
|
|
|
CATEGORIES= textproc
|
|
|
|
|
|
|
|
HOMEPAGE= http://www.xspf.org/
|
|
|
|
|
2010-11-20 19:56:47 +00:00
|
|
|
RUN_DEPENDS= devel/p5-Class-Accessor \
|
|
|
|
devel/p5-Time-TimeDate \
|
|
|
|
textproc/p5-XML-Parser \
|
|
|
|
textproc/p5-XML-Writer \
|
|
|
|
www/p5-HTML-Parser
|
2007-07-26 14:34:01 +00:00
|
|
|
|
|
|
|
# perl
|
2019-07-12 20:49:33 +00:00
|
|
|
PERMIT_PACKAGE= Yes
|
2007-07-26 14:34:01 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|