22 lines
341 B
Makefile
22 lines
341 B
Makefile
# $OpenBSD: Makefile,v 1.17 2013/03/11 10:50:24 espie Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= generalisation of wantarray
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Want-0.21
|
|
CATEGORIES= devel
|
|
USE_GROFF = Yes
|
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += c
|
|
|
|
CPAN_AUTHOR= ROBIN
|
|
|
|
.include <bsd.port.mk>
|