openbsd-ports/devel/p5-Want/Makefile
steven 178b98f095 update to 0.09
from new maintainer Jasper Lievisse Adriaanse <jasper at nedbsd.nl>
ok bernd@
2005-12-01 22:37:28 +00:00

24 lines
486 B
Makefile

# $OpenBSD: Makefile,v 1.2 2005/12/01 22:37:28 steven Exp $
SHARED_ONLY= Yes
COMMENT= "implementation of the want command"
DISTNAME= Want-0.09
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MAINTAINER= Jasper Lievisse Adriaanse <jasper@nedbsd.nl>
# Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/R/RO/ROBIN/}
CONFIGURE_STYLE= perl
.include <bsd.port.mk>