18 lines
255 B
Makefile
18 lines
255 B
Makefile
# $OpenBSD: Makefile,v 1.28 2019/11/03 14:07:43 jasper Exp $
|
|
|
|
COMMENT= generalisation of wantarray
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Want-0.29
|
|
CATEGORIES= devel
|
|
REVISION= 1
|
|
|
|
# perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += c perl
|
|
|
|
CPAN_AUTHOR= ROBIN
|
|
|
|
.include <bsd.port.mk>
|