4226adf063
pointed out by steven@
23 lines
421 B
Makefile
23 lines
421 B
Makefile
# $OpenBSD: Makefile,v 1.8 2007/10/27 16:50:43 simon Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= implementation of the want command
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Want-0.15
|
|
PKGNAME= p5-${DISTNAME}p0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CPAN_AUTHOR= ROBIN
|
|
|
|
.include <bsd.port.mk>
|