20 lines
315 B
Makefile
20 lines
315 B
Makefile
# $OpenBSD: Makefile,v 1.11 2013/03/11 10:50:22 espie Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= runtime enable taint checking
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Taint-Runtime-0.03
|
|
REVISION= 3
|
|
CATEGORIES= devel
|
|
USE_GROFF = Yes
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += c
|
|
|
|
.include <bsd.port.mk>
|