08d56bf157
-- Perl interface to the unix process table. (had this in my tree for god knows who long, so here it goes).
20 lines
418 B
Makefile
Executable File
20 lines
418 B
Makefile
Executable File
# $OpenBSD: Makefile,v 1.1.1.1 2003/05/30 14:41:39 lebel Exp $
|
|
|
|
COMMENT= "Perl extension to access the unix process table"
|
|
|
|
DISTNAME= Proc-ProcessTable-0.38
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= sysutils perl5
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Proc/}
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|