15 lines
268 B
Makefile
15 lines
268 B
Makefile
# $OpenBSD: Makefile,v 1.13 2020/07/03 21:44:51 sthen Exp $
|
|
|
|
COMMENT= easily build XS extensions that depend on XS extensions
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME= ExtUtils-Depends-0.306
|
|
CATEGORIES= devel
|
|
REVISION= 0
|
|
|
|
# perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
.include <bsd.port.mk>
|