with newer Moose/perl. There are pending updates for both, but as everything cpan, if you start updating a port, you end up updating one half of cpan, and importing the other half. Discussed with jasper@ (MAINTAINER)
25 lines
485 B
Makefile
25 lines
485 B
Makefile
# $OpenBSD: Makefile,v 1.12 2014/04/17 20:51:25 landry Exp $
|
|
|
|
COMMENT= bunch of common helper classes for MPD
|
|
|
|
DISTNAME= Audio-MPD-Common-1.110550
|
|
REVISION= 1
|
|
CATEGORIES= audio
|
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MODULES= cpan
|
|
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>
|