b0dc612cf7
This is a lightweight module which provides 'Junction' operators, the most commonly used being any and all. Inspired by the Perl6 design docs. Provides a limited subset of the functionality of Quantum::Superpositions.
18 lines
371 B
Makefile
18 lines
371 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2008/06/02 22:02:24 simon Exp $
|
|
|
|
COMMENT = Perl6 style Junction operators in Perl5
|
|
|
|
MODULES = cpan
|
|
DISTNAME = Perl6-Junction-1.30000
|
|
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>
|