openbsd-ports/devel/p5-Hook-LexWrap/Makefile

24 lines
466 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.1.1.1 2006/03/18 19:03:35 sturm Exp $
COMMENT= "lexically scoped subroutine wrappers"
DISTNAME= Hook-LexWrap-0.20
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MAINTAINER= Deanna Phillips <deanna@sdf.lonestar.org>
# Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Hook/}
CONFIGURE_STYLE=perl
PKG_ARCH= *
.include <bsd.port.mk>