pkgsrc/devel/p5-Sys-Syscall/Makefile
mspo 2c1086f77b Add Sys::Syscall, which is a supporting lib for perlbal.
It claims linux-only support so I will try porting it to netbsd if needed.
2012-01-31 02:41:49 +00:00

20 lines
532 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2012/01/31 02:41:49 mspo Exp $
#
DISTNAME= Sys-Syscall-0.23
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/B/BR/BRADFITZ/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/CPAN/authors/id/B/BR/BRADFITZ/
COMMENT= Support lib for perlbal
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/Sys/Syscall/.packlist
USE_LANGUAGES= # none
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"