14 lines
213 B
Makefile
14 lines
213 B
Makefile
|
COMMENT = access to more system calls than Perl normally provides
|
||
|
|
||
|
MODULES = cpan
|
||
|
PKG_ARCH = *
|
||
|
DISTNAME = Sys-Syscall-0.25
|
||
|
REVISION = 0
|
||
|
|
||
|
CATEGORIES = sysutils
|
||
|
|
||
|
# Perl
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
.include <bsd.port.mk>
|