22 lines
393 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.21 2013/04/10 13:15:14 sthen Exp $
2000-06-02 12:36:44 +00:00
COMMENT = manipulate dates in perl
V = 6.39
DISTNAME = Date-Manip-$V
PKGNAME = p5-DateManip-$V
CATEGORIES = converters
MODULES = cpan
2000-06-02 12:36:44 +00:00
MAINTAINER = Marc Espie <espie@openbsd.org>
2000-06-02 12:36:44 +00:00
2006-12-04 21:49:38 +00:00
# Perl
PERMIT_PACKAGE_CDROM = Yes
2000-06-02 12:36:44 +00:00
CONFIGURE_STYLE = modbuild
MAKE_ENV += TEST_POD=Yes
BUILD_DEPENDS = devel/p5-Test-Inter
2000-06-02 12:36:44 +00:00
.include <bsd.port.mk>