19 lines
302 B
Makefile
19 lines
302 B
Makefile
# $OpenBSD: Makefile,v 1.14 2020/07/03 21:45:19 sthen Exp $
|
|
|
|
COMMENT = calling UNIVERSAL::can as a function
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
|
|
V = 1.20140328
|
|
DISTNAME = UNIVERSAL-can-${V}
|
|
PKGNAME = p5-Universal-can-${V}
|
|
REVISION = 0
|
|
|
|
CATEGORIES = devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
.include <bsd.port.mk>
|