openbsd-ports/devel/p5-Date-Simple/Makefile

23 lines
467 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.1.1.1 2004/04/11 11:55:39 sturm Exp $
COMMENT= "Manipulate simple date objects"
NOT_FOR_ARCHS=${NO_SHARED_ARCHS}
DISTNAME= Date-Simple-3.00
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Date/}
MAINTAINER= Sam Smith <S@msmith.net>
# Same as Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= perl
.include <bsd.port.mk>