19 lines
364 B
Makefile
19 lines
364 B
Makefile
# $OpenBSD: Makefile,v 1.17 2013/03/11 10:50:23 espie Exp $
|
|
|
|
COMMENT= library for parsing and formatting dates and times
|
|
|
|
MODULES= cpan
|
|
VERSION= 1.20
|
|
DISTNAME= TimeDate-${VERSION}
|
|
PKGNAME= p5-Time-${DISTNAME}
|
|
REVISION= 0
|
|
CATEGORIES= devel
|
|
USE_GROFF = Yes
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/}
|
|
|
|
.include <bsd.port.mk>
|