1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/devel/p5-SDL/Makefile
Sunpoet Po-Chuan Hsieh d653b9c744 Update to 2.548
- Add TEST_DEPENDS

Changes:	https://metacpan.org/changes/distribution/SDL
2018-08-18 20:42:12 +00:00

31 lines
718 B
Makefile

# Created by: Klaus Goger <klaus.goger@reflex.at>
# $FreeBSD$
PORTNAME= SDL
PORTVERSION= 2.548
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl Bindings for SDL
LICENSE= GPLv2
BUILD_DEPENDS= ${RUN_DEPENDS}
LIB_DEPENDS= libpng.so:graphics/png \
libtiff.so:graphics/tiff \
libsmpeg.so:multimedia/smpeg
RUN_DEPENDS= p5-Alien-SDL>=1.446:devel/p5-Alien-SDL \
p5-File-ShareDir>=1.0:devel/p5-File-ShareDir \
p5-Tie-Simple>=0:devel/p5-Tie-Simple
TEST_DEPENDS= p5-Capture-Tiny>=0:devel/p5-Capture-Tiny \
p5-Test-Most>=0.21:devel/p5-Test-Most
USES= jpeg perl5
USE_GL= glu
USE_PERL5= modbuild
USE_SDL= gfx image mixer pango sdl ttf
.include <bsd.port.mk>