eae3c6ca93
this module ensures that a platform has weaken support "go ahead" bernd
22 lines
450 B
Makefile
22 lines
450 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2006/10/27 09:23:49 jasper Exp $
|
|
|
|
COMMENT= "ensure that a platform has weaken support"
|
|
|
|
DISTNAME= Task-Weaken-0.99
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
|
|
# Artistic/GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/A/AD/ADAMK/}
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
PKG_ARCH= *
|
|
|
|
.include <bsd.port.mk>
|