508e6279c2
From Darrin Chandler
21 lines
452 B
Makefile
21 lines
452 B
Makefile
# $OpenBSD: Makefile,v 1.13 2007/09/16 01:40:27 merdely Exp $
|
|
|
|
COMMENT= manipulate dates in perl
|
|
DISTNAME= DateManip-5.44
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= converters
|
|
MODULES= cpan
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Date/}
|
|
|
|
HOMEPAGE= http://www.cise.ufl.edu/~sbeck/
|
|
|
|
MAINTAINER= Marc Espie <espie@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|