13c1ce9a25
This module gives direct access to some of the internal Perl routines that let you store things in arrays and hashes. ok sthen@
21 lines
346 B
Makefile
21 lines
346 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2011/06/22 08:30:22 jasper Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= set up array elements as aliases
|
|
|
|
DISTNAME= Array-RefElem-1.00
|
|
CATEGORIES= devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
MODULES= cpan
|
|
|
|
USE_GROFF= Yes
|
|
|
|
.include <bsd.port.mk>
|