openbsd-ports/devel/p5-Data-Alias/Makefile
millert 5e17a4b491 Add a patch from debian to make this build with perl 5.12.2.
Not all features work but it is enough for p5-Data-Visitor to work
(its only consumer).
2010-09-24 15:14:49 +00:00

20 lines
398 B
Makefile

# $OpenBSD: Makefile,v 1.4 2010/09/24 15:14:49 millert Exp $
COMMENT = comprehensive set of aliasing operations
SHARED_ONLY = Yes
MODULES = cpan
DISTNAME = Data-Alias-1.07
REVISION = 1
CATEGORIES = devel
MAINTAINER = Simon Bertrang <simon@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
.include <bsd.port.mk>