freebsd-ports/audio/p5-MIDI/Makefile
Martin Wilke ba41c9275d This suite of modules provides routines for reading, composing, modifying, and
writing MIDI files.

WWW: http://search.cpan.org/dist/MIDI-Perl/

PR:		ports/108876
Submitted by:	Alexandr Kovalenko <never at nevermind.kiev.ua>
2007-02-08 22:36:42 +00:00

31 lines
731 B
Makefile

# New ports collection makefile for: p5-MIDI
# Date created: February 07 2007
# Whom: Alexandr Kovalenko <never@nevermind.kiev.ua>
#
# $FreeBSD$
#
PORTNAME= MIDI
PORTVERSION= 0.81
CATEGORIES= audio perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= MIDI
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)
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD
RUN_DEPENDS+= ${BUILD_DEPENDS}
.endif
.include <bsd.port.post.mk>