freebsd-ports/audio/p5-MIDI/Makefile

23 lines
465 B
Makefile
Raw Normal View History

# Created by: Alexandr Kovalenko <never@nevermind.kiev.ua>
# $FreeBSD$
PORTNAME= MIDI
PORTVERSION= 0.83
CATEGORIES= audio perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= MIDI-Perl-${PORTVERSION}
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl5 module for handling MIDI files
2013-06-15 00:45:33 +02:00
OPTIONS_DEFINE= GD
USES= perl5
USE_PERL5= configure
2013-06-15 00:45:33 +02:00
GD_BUILD_DEPENDS= p5-GD>=0:${PORTSDIR}/graphics/p5-GD
GD_RUN_DEPENDS= p5-GD>=0:${PORTSDIR}/graphics/p5-GD
2013-06-15 00:45:33 +02:00
.include <bsd.port.mk>