22 lines
442 B
Makefile
22 lines
442 B
Makefile
# New ports collection makefile for: p5-Sys-Syscall
|
|
# Date created: 2006-09-28
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Sys-Syscall
|
|
PORTVERSION= 0.23
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= Sys
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Access system calls that Perl doesn\'t provide access to
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Sys::Syscall.3 Sys::README.3
|
|
|
|
.include <bsd.port.mk>
|