openbsd-ports/devel/p5-Algorithm-Permute/Makefile

23 lines
415 B
Makefile
Raw Normal View History

2012-08-23 11:00:32 -04:00
# $OpenBSD: Makefile,v 1.16 2012/08/23 15:00:33 sthen Exp $
SHARED_ONLY= Yes
COMMENT= interface to handy and fast permutation
MODULES= cpan
DISTNAME= Algorithm-Permute-0.12
2012-08-23 11:00:32 -04:00
REVISION= 2
CATEGORIES= devel
2010-10-18 13:47:50 -04:00
USE_GROFF = Yes
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2012-08-23 11:00:32 -04:00
WANTLIB += c
.include <bsd.port.mk>