openbsd-ports/devel/p5-String-CRC32/Makefile

20 lines
334 B
Makefile
Raw Normal View History

2013-03-11 06:50:00 -04:00
# $OpenBSD: Makefile,v 1.18 2013/03/11 10:50:21 espie Exp $
2004-08-10 04:10:13 -04:00
SHARED_ONLY= Yes
COMMENT= interface for cyclic redundancy check generation
2006-11-29 03:23:29 -05:00
MODULES= cpan
DISTNAME= String-CRC32-1.4
2012-08-23 11:00:32 -04:00
REVISION= 0
2006-11-29 03:23:29 -05:00
CATEGORIES= devel
2010-10-18 13:47:50 -04:00
USE_GROFF = Yes
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
2012-08-23 11:00:32 -04:00
WANTLIB += c
.include <bsd.port.mk>