mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
27 lines
573 B
Makefile
27 lines
573 B
Makefile
# 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
|
|
|
|
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= p5-GD>=0:${PORTSDIR}/graphics/p5-GD
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|