13 lines
167 B
Makefile
13 lines
167 B
Makefile
|
COMMENT= sort perl arrays
|
||
|
CATEGORIES= devel
|
||
|
DISTNAME = Sort-Key-1.33
|
||
|
MODULES= cpan
|
||
|
REVISION = 0
|
||
|
|
||
|
# perl
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
WANTLIB += c perl
|
||
|
|
||
|
.include <bsd.port.mk>
|