ebd254e412
This module automagically generates accessor/mutators for your class. from Sam Smith <S at msmith.net>
24 lines
449 B
Makefile
24 lines
449 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2004/05/19 09:20:29 sturm Exp $
|
|
|
|
COMMENT= "automated accessor generation"
|
|
|
|
DISTNAME= Class-Accessor-0.19
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
|
|
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
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
|
|
|
|
CONFIGURE_STYLE=perl
|
|
|
|
PKG_ARCH= *
|
|
|
|
.include <bsd.port.mk>
|