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

23 lines
445 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.3 2004/12/29 22:50:48 msf Exp $
SHARED_ONLY= Yes
COMMENT= "Manipulate simple date objects"
DISTNAME= Date-Simple-3.02
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>