20 lines
274 B
Makefile
20 lines
274 B
Makefile
# $OpenBSD: Makefile,v 1.4 2013/10/11 23:48:27 naddy Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= set up array elements as aliases
|
|
|
|
DISTNAME= Array-RefElem-1.00
|
|
REVISION= 0
|
|
CATEGORIES= devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += c
|
|
|
|
MODULES= cpan
|
|
|
|
|
|
.include <bsd.port.mk>
|