openbsd-ports/converters/p5-DateManip/Makefile

21 lines
457 B
Makefile
Raw Normal View History

2001-04-09 20:57:27 -04:00
# $OpenBSD: Makefile,v 1.5 2001/04/10 00:57:27 espie Exp $
2000-06-02 08:36:44 -04:00
2001-04-09 20:57:27 -04:00
COMMENT= "manipulate dates in perl"
2000-08-20 20:49:01 -04:00
DISTNAME= DateManip-5.39
PKGNAME= p5-DateManip-5.39
2000-06-02 08:36:44 -04:00
CATEGORIES= converters perl5
2001-04-09 20:57:27 -04:00
NEED_VERSION= 1.392
2000-08-20 20:49:01 -04:00
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Date
2000-06-02 08:36:44 -04:00
2000-10-09 20:40:20 -04:00
MAINTAINER= Marc Espie <espie@openbsd.org>
2000-06-02 08:36:44 -04:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2000-08-20 20:49:01 -04:00
CONFIGURE_STYLE= perl
2000-06-02 08:36:44 -04:00
.include <bsd.port.mk>