diff options
author | salo <salo@pkgsrc.org> | 2003-05-06 00:01:13 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-05-06 00:01:13 +0000 |
commit | dd2ea53f867af6a4b875f0e815ce041065857e20 (patch) | |
tree | 8cf13876bff754d3096345e2ab3f23c3dbb94ef8 /devel | |
parent | 68f61111950a06bd1905299680dbe060caa812d4 (diff) | |
download | pkgsrc-dd2ea53f867af6a4b875f0e815ce041065857e20.tar.gz |
PKGREVISION++: add dependency on SDL_net, add HOMEPAGE, style nits.
Addresses PR pkg/21461 by Cesar C. Catrian.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-SDL/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/devel/p5-SDL/Makefile b/devel/p5-SDL/Makefile index 94244c772c3..a788536b7b2 100644 --- a/devel/p5-SDL/Makefile +++ b/devel/p5-SDL/Makefile @@ -1,12 +1,14 @@ -# $NetBSD: Makefile,v 1.8 2003/05/02 11:54:40 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2003/05/06 00:01:13 salo Exp $ +# DISTNAME= SDL_perl-1.19.2 PKGNAME= p5-SDL-1.19.2 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= devel perl5 MASTER_SITES= ftp://sdlperl.org/SDL_perl/ MAINTAINER= packages@netbsd.org +HOMEPAGE= http://sdlperl.org/ COMMENT= Perl module for SDL USE_BUILDLINK2= YES @@ -22,4 +24,6 @@ PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/SDL_perl/.packlist .include "../../graphics/glu/buildlink2.mk" .include "../../graphics/png/buildlink2.mk" .include "../../lang/perl5/module.mk" +.include "../../net/SDL_net/buildlink2.mk" + .include "../../mk/bsd.pkg.mk" |