15 lines
223 B
Makefile
15 lines
223 B
Makefile
|
COMMENT= set of objects and strings
|
||
|
|
||
|
MODULES= cpan
|
||
|
DISTNAME = Set-Object-1.42
|
||
|
CATEGORIES= devel
|
||
|
|
||
|
# Artistic License 2.0
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
WANTLIB += c perl
|
||
|
|
||
|
TEST_DEPENDS = devel/p5-Test-LeakTrace
|
||
|
|
||
|
.include <bsd.port.mk>
|