1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/audio/p5-MIDI/Makefile
Mathieu Arnold 7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00

24 lines
457 B
Makefile

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