18 lines
339 B
Makefile
18 lines
339 B
Makefile
# $OpenBSD: Makefile,v 1.8 2013/03/11 10:50:23 espie Exp $
|
|
|
|
COMMENT= module for dealing with time periods
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Period-1.20
|
|
PKGNAME= p5-Time-${DISTNAME}
|
|
REVISION = 1
|
|
CATEGORIES= devel
|
|
USE_GROFF = Yes
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/}
|
|
|
|
.include <bsd.port.mk>
|