16 lines
194 B
Makefile
16 lines
194 B
Makefile
|
COMMENT= set up array elements as aliases
|
||
|
|
||
|
DISTNAME= Array-RefElem-1.00
|
||
|
REVISION= 3
|
||
|
CATEGORIES= devel
|
||
|
|
||
|
# perl
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
WANTLIB += c perl
|
||
|
|
||
|
MODULES= cpan
|
||
|
|
||
|
|
||
|
.include <bsd.port.mk>
|