svn commit: r324244 - head/devel/p5-SDL
Andrej Zverev
az at FreeBSD.org
Sun Aug 4 16:30:08 UTC 2013
Author: az
Date: Sun Aug 4 16:30:08 2013
New Revision: 324244
URL: http://svnweb.freebsd.org/changeset/ports/324244
Log:
- Convert to new perl framework
- Trim Makefile header
Approved by: ak@ (maintainer)
Modified:
head/devel/p5-SDL/Makefile
Modified: head/devel/p5-SDL/Makefile
==============================================================================
--- head/devel/p5-SDL/Makefile Sun Aug 4 16:03:59 2013 (r324243)
+++ head/devel/p5-SDL/Makefile Sun Aug 4 16:30:08 2013 (r324244)
@@ -1,6 +1,4 @@
-# New Ports Collection Makefile for: p5-sdl
-# Date created: 2002-10-06
-# Whom: Klaus Goger <klaus.goger at reflex.at>
+# Created by: Klaus Goger <klaus.goger at reflex.at>
# $FreeBSD$
PORTNAME= SDL
@@ -19,8 +17,9 @@ BUILD_DEPENDS= p5-YAML>=0.62:${PORTSDIR}
LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \
jpeg:${PORTSDIR}/graphics/jpeg
+USES= perl5
+USE_PERL5= modbuild
USE_SDL= sdl
-PERL_MODBUILD= yes
OPTIONS_DEFINE= GFX IMAGE MIXER NET TTF
More information about the svn-ports-all
mailing list