2013-02-02 16:02:30 +01:00
|
|
|
# Created by: Alexandr Kovalenko <never@nevermind.kiev.ua>
|
2007-02-08 23:36:42 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= MIDI
|
2013-02-02 16:02:30 +01:00
|
|
|
PORTVERSION= 0.83
|
2007-02-08 23:36:42 +01:00
|
|
|
CATEGORIES= audio perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2007-02-08 23:36:42 +01:00
|
|
|
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
|
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2007-02-08 23:36:42 +01:00
|
|
|
|
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
|
2007-02-08 23:36:42 +01:00
|
|
|
|
2013-06-15 00:45:33 +02:00
|
|
|
.include <bsd.port.mk>
|