mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-07 02:06:57 +00:00
6136e6b03a
- Move to perl@FreeBSD.org [2] PR: ports/105734 [1], ports/106514 [2] Submitted by: Jin-Shan Tseng <tjs_AT_cdpa dot nsysu dot edu dot tw> [1],Gea-Suan Lin <gslin_AT_gslin dot org> [2] Approved by: maintainer (timeout)
23 lines
428 B
Makefile
23 lines
428 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.22
|
|
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
|
|
|
|
.include <bsd.port.mk>
|