18 lines
289 B
Makefile
18 lines
289 B
Makefile
# $OpenBSD: Makefile,v 1.13 2019/07/12 20:45:13 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}
|
|
|
|
CATEGORIES = devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
.include <bsd.port.mk>
|