2007-02-08 23:36:42 +01:00
|
|
|
# New ports collection makefile for: p5-MIDI
|
|
|
|
# Date created: February 07 2007
|
|
|
|
# Whom: Alexandr Kovalenko <never@nevermind.kiev.ua>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= MIDI
|
2010-05-10 14:28:11 +02:00
|
|
|
PORTVERSION= 0.82
|
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
|
|
|
|
|
|
|
|
PERL_CONFIGURE= YES
|
|
|
|
|
|
|
|
MAN3= MIDI.3 MIDI::Event.3 MIDI::Filespec.3 MIDI::Opus.3 MIDI::Score.3 \
|
|
|
|
MIDI::Simple.3 MIDI::Track.3
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if defined(WITH_GD)
|
2012-06-16 03:27:17 +02:00
|
|
|
BUILD_DEPENDS= p5-GD>=0:${PORTSDIR}/graphics/p5-GD
|
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2007-02-08 23:36:42 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|