5c37ba1524
- do unlink-test in /tmp instead of where your perl binary resides maintainer timeout
22 lines
476 B
Makefile
22 lines
476 B
Makefile
# $OpenBSD: Makefile,v 1.10 2004/05/10 19:41:33 sturm Exp $
|
|
|
|
COMMENT= "manipulate dates in perl"
|
|
DISTNAME= DateManip-5.42a
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= converters perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Date/}
|
|
|
|
HOMEPAGE= http://www.cise.ufl.edu/~sbeck/
|
|
|
|
MAINTAINER= Marc Espie <espie@openbsd.org>
|
|
|
|
# GPL/Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|