860abd46ca
This module allows you to manage a set of deprecations for one or more modules. When you import Package::DeprecationManager, you must provide a set of -deprecations as a hash ref. The keys are "feature" names, and the values are the version when that feature was deprecated.
23 lines
501 B
Makefile
23 lines
501 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2011/03/22 23:18:04 simon Exp $
|
|
|
|
COMMENT = manage deprecation warnings for your distribution
|
|
|
|
MODULES = cpan
|
|
DISTNAME = Package-DeprecationManager-0.10
|
|
CATEGORIES = devel
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
RUN_DEPENDS = devel/p5-List-MoreUtils \
|
|
devel/p5-Params-Util \
|
|
devel/p5-Sub-Install
|
|
|
|
REGRESS_DEPENDS = devel/p5-Test-Fatal \
|
|
devel/p5-Test-Requires
|
|
|
|
.include <bsd.port.mk>
|