14 lines
246 B
Makefile
14 lines
246 B
Makefile
# $OpenBSD: Makefile,v 1.10 2019/07/12 20:45:04 sthen Exp $
|
|
|
|
COMMENT = Perl6 style Junction operators in Perl5
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = Perl6-Junction-1.60000
|
|
CATEGORIES = devel
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
.include <bsd.port.mk>
|