openbsd-ports/devel/p5-Exporter-Lite/Makefile
peter c2a0db13b0 I am not making the same mistake twice. Using cvs add now.
From DESCR:
--
This is an alternative to Exporter intended to provide a lightweight
subset of its functionality. It supports import(), @EXPORT and
@EXPORT_OK and not a whole lot else.
2004-04-24 16:09:30 +00:00

22 lines
470 B
Makefile

# $OpenBSD: Makefile,v 1.1 2004/04/24 16:09:30 peter Exp $
COMMENT= "Lightwieght Exporting of variables"
VERSION= 0.01
DISTNAME= Exporter-Lite-${VERSION}
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Exporter/}
MAINTAINER= Peter Galbavy <peter.galbavy@knowtion.net>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= perl
.include <bsd.port.mk>