17 lines
300 B
Makefile
17 lines
300 B
Makefile
# $OpenBSD: Makefile,v 1.8 2020/07/03 21:44:41 sthen Exp $
|
|
|
|
COMMENT = canary to check perl compatibility for schmorp's modules#'
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = Canary-Stability-2013
|
|
CATEGORIES = devel
|
|
REVISION = 0
|
|
|
|
CPAN_AUTHOR = MLEHMANN
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
.include <bsd.port.mk>
|