31d4571f0a
from maintainer Srebrenko Sehic <ssehic at gmail.com>
26 lines
500 B
Makefile
26 lines
500 B
Makefile
# $OpenBSD: Makefile,v 1.2 2006/07/31 05:58:20 steven Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= "perl interface to the BSD kqueue system call"
|
|
|
|
DISTNAME= IO-KQueue-0.31
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
|
|
MAINTAINER= Srebrenko Sehic <haver@insecure.dk>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
post-extract:
|
|
@rm -f ${WRKDIST}/._*
|
|
|
|
.include <bsd.port.mk>
|