17 lines
230 B
Makefile
17 lines
230 B
Makefile
|
COMMENT = use libraries from a t/lib directory
|
||
|
|
||
|
DISTNAME = Test-Lib-0.003
|
||
|
|
||
|
CATEGORIES = devel
|
||
|
|
||
|
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
||
|
|
||
|
# Perl
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
MODULES = cpan
|
||
|
|
||
|
PKG_ARCH = *
|
||
|
|
||
|
.include <bsd.port.mk>
|