18 lines
358 B
Makefile
18 lines
358 B
Makefile
# $OpenBSD: Makefile,v 1.16 2007/09/16 02:53:04 merdely Exp $
|
|
|
|
COMMENT= perl module for calculates time differences
|
|
|
|
MODULES= cpan
|
|
VERSION= 1.2
|
|
DISTNAME= Date-Handler-${VERSION}
|
|
PKGNAME= p5-${DISTNAME}p0
|
|
CATEGORIES= devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|