22 lines
415 B
Makefile
22 lines
415 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2006/06/25 11:30:38 espie Exp $
|
|
|
|
COMMENT= "framework for generating methods"
|
|
|
|
DISTNAME= Class-MakeMethods-1.01
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
PKG_ARCH= *
|
|
|
|
.include <bsd.port.mk>
|