openbsd-ports/devel/p5-Want/Makefile

22 lines
341 B
Makefile
Raw Normal View History

2013-03-11 06:50:00 -04:00
# $OpenBSD: Makefile,v 1.17 2013/03/11 10:50:24 espie Exp $
SHARED_ONLY= Yes
2012-09-15 05:53:59 -04:00
COMMENT= generalisation of wantarray
2006-11-29 03:23:29 -05:00
MODULES= cpan
2012-09-15 05:53:59 -04:00
DISTNAME= Want-0.21
2006-11-29 03:23:29 -05:00
CATEGORIES= devel
2010-10-18 13:47:50 -04:00
USE_GROFF = Yes
2006-09-25 13:17:42 -04:00
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
# Artistic
PERMIT_PACKAGE_CDROM= Yes
2012-08-23 11:00:32 -04:00
WANTLIB += c
2006-11-29 03:23:29 -05:00
CPAN_AUTHOR= ROBIN
.include <bsd.port.mk>