26 lines
438 B
Makefile
26 lines
438 B
Makefile
# $OpenBSD: Makefile,v 1.15 2012/08/23 15:08:05 sthen Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= implementation of the want command
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Want-0.18
|
|
REVISION= 3
|
|
CATEGORIES= devel
|
|
USE_GROFF = Yes
|
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB += c
|
|
|
|
CPAN_AUTHOR= ROBIN
|
|
|
|
.include <bsd.port.mk>
|