20 lines
340 B
Makefile
20 lines
340 B
Makefile
# $OpenBSD: Makefile,v 1.13 2019/07/12 20:44:56 sthen Exp $
|
|
|
|
COMMENT= HASH that stores values without a reference count increase
|
|
|
|
DISTNAME= Hash-NoRef-0.03
|
|
REVISION= 5
|
|
CATEGORIES= devel
|
|
MODULES= cpan
|
|
|
|
CPAN_AUTHOR= GMPASSOS
|
|
|
|
MAINTAINER= Okan Demirmen <okan@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += c perl
|
|
|
|
.include <bsd.port.mk>
|