openbsd-ports/audio/p5-Audio-MPD-Common/Makefile

28 lines
566 B
Makefile
Raw Normal View History

2011-04-20 07:42:17 -04:00
# $OpenBSD: Makefile,v 1.9 2011/04/20 11:42:17 jasper Exp $
COMMENT= bunch of common helper classes for MPD
2011-04-20 07:42:17 -04:00
DISTNAME= Audio-MPD-Common-1.110550
CATEGORIES= audio
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= cpan
CPAN_AUTHOR= JQUELIN
CONFIGURE_STYLE= modbuild
2010-11-03 05:21:00 -04:00
USE_GROFF = Yes
RUN_DEPENDS= devel/p5-Class-Accessor \
devel/p5-MooseX-Has-Sugar \
devel/p5-MooseX-Types \
devel/p5-Readonly
.include <bsd.port.mk>