24 lines
436 B
Makefile
24 lines
436 B
Makefile
# $OpenBSD: Makefile,v 1.14 2016/03/20 19:56:06 naddy Exp $
|
|
|
|
COMMENT= bunch of common helper classes for MPD
|
|
|
|
DISTNAME= Audio-MPD-Common-1.110550
|
|
REVISION= 2
|
|
CATEGORIES= audio
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
CPAN_AUTHOR= JQUELIN
|
|
|
|
CONFIGURE_STYLE= modbuild
|
|
|
|
RUN_DEPENDS= devel/p5-Class-Accessor \
|
|
devel/p5-MooseX-Has-Sugar \
|
|
devel/p5-MooseX-Types \
|
|
devel/p5-Readonly
|
|
|
|
.include <bsd.port.mk>
|