19 lines
315 B
Makefile
19 lines
315 B
Makefile
# $OpenBSD: Makefile,v 1.19 2014/06/14 23:24:54 sthen Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= interface to handy and fast permutation
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Algorithm-Permute-0.12
|
|
REVISION= 3
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += c
|
|
|
|
.include <bsd.port.mk>
|