openbsd-ports/converters/p5-DateManip/Makefile

24 lines
489 B
Makefile
Raw Normal View History

2006-07-13 07:52:50 -04:00
# $OpenBSD: Makefile,v 1.11 2006/07/13 11:52:50 steven Exp $
2000-06-02 08:36:44 -04:00
2001-04-09 20:57:27 -04:00
COMMENT= "manipulate dates in perl"
2006-07-13 07:52:50 -04:00
DISTNAME= DateManip-5.44
PKGNAME= p5-${DISTNAME}
2000-06-02 08:36:44 -04:00
CATEGORIES= converters perl5
2002-05-13 14:50:36 -04:00
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Date/}
2000-06-02 08:36:44 -04:00
HOMEPAGE= http://www.cise.ufl.edu/~sbeck/
2000-10-09 20:40:20 -04:00
MAINTAINER= Marc Espie <espie@openbsd.org>
2000-06-02 08:36:44 -04:00
# GPL/Artistic
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
2006-07-13 07:52:50 -04:00
PKG_ARCH= *
2000-06-02 08:36:44 -04:00
.include <bsd.port.mk>