20 lines
455 B
Makefile
20 lines
455 B
Makefile
# $OpenBSD: Makefile,v 1.10 2002/12/29 20:19:11 fgsch Exp $
|
|
|
|
IGNORE= "comes with ${OPSYS} as of release 3.3"
|
|
|
|
COMMENT= "high resolution ualarm, sleep, and gettimeofday module"
|
|
|
|
DISTNAME= Time-HiRes-01.20
|
|
PKGNAME= p5-Time-HiRes-1.20
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/}
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|