openbsd-ports/devel/p5-Attribute-Handlers/Makefile
pvalchev 201e10eb09 Set IGNORE. Those modules now come stock with perl-5.8.0 which is part
of -current since a few days ago thanks to millert@

NOTE: If you are not tracking -current and are using the -current ports
tree this where you will run into trouble as dependencies on these ports
are removed.  For -current users, make sure your system is up-to-date
2002-10-30 00:03:38 +00:00

23 lines
533 B
Makefile

# $OpenBSD: Makefile,v 1.7 2002/10/30 00:03:38 pvalchev Exp $
IGNORE= "comes with ${OPSYS} as of release 3.3"
COMMENT= "perl module to simplify package attribute handling"
DISTNAME= Attribute-Handlers-0.77
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Attribute/}
MAINTAINER= Jim Geovedi <jim@corebsd.or.id>
# Artistic License
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= perl
.include <bsd.port.mk>