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

23 lines
464 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.2 2004/07/01 23:21:45 robert Exp $
COMMENT= "Manipulate simple date objects"
NOT_FOR_ARCHS=${NO_SHARED_ARCHS}
DISTNAME= Date-Simple-3.01
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>