22 lines
459 B
Makefile
22 lines
459 B
Makefile
# $OpenBSD: Makefile,v 1.12 2004/06/27 19:40:41 xsa Exp $
|
|
|
|
COMMENT= "perl module for calculates time differences"
|
|
|
|
VERSION= 1.1
|
|
DISTNAME= Date-Handler-${VERSION}
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Date/}
|
|
|
|
MAINTAINER= Shell Hung <shell@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|