14a2bc9fea
Sys::SigAction - Perl extension for Consistent Signal Handling. With the use of this module, the signal handling behavior can be coded in a way that does not change from one perl version to the next, and thus using POSIX::sigaction() becomes a little easier.
22 lines
419 B
Makefile
22 lines
419 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2010/06/18 20:29:19 sthen Exp $
|
|
|
|
COMMENT= Perl extension for Consistent Signal Handling
|
|
|
|
DISTNAME= Sys-SigAction-0.11
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel
|
|
|
|
HOMEPAGE= http://search.cpan.org/dist/Sys-SigAction/
|
|
|
|
# Perl
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
MODULES= cpan
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|