17 lines
285 B
Makefile
17 lines
285 B
Makefile
# $OpenBSD: Makefile,v 1.26 2020/02/19 09:33:45 benoit Exp $
|
|
|
|
COMMENT= set of objects and strings
|
|
|
|
MODULES= cpan
|
|
DISTNAME = Set-Object-1.40
|
|
CATEGORIES= devel
|
|
|
|
# Artistic License 2.0
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += c perl
|
|
|
|
TEST_DEPENDS = devel/p5-Test-LeakTrace
|
|
|
|
.include <bsd.port.mk>
|