016fd2c920
-- This module, when inherited by a package, allows that package's class to define attribute handler subroutines for specific attributes.
22 lines
508 B
Makefile
22 lines
508 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2001/09/09 11:21:12 avsm Exp $
|
|
|
|
COMMENT= "perl module to simplify package attribute handling"
|
|
|
|
DISTNAME= Attribute-Handlers-0.75
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
NEED_VERSION= 1.454
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Attribute
|
|
|
|
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|