1d9356a8b7
This module generalises the mechanism of the wantarray function, allowing a function to determine in some detail how its return value is going to be immediately used.
23 lines
473 B
Makefile
23 lines
473 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2004/12/21 03:18:28 msf Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= "implementation of the want command"
|
|
|
|
DISTNAME= Want-0.08
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
|
|
# 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/}
|
|
HOMEPAGE= http://search.cpan.org/dist/Want/
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|