freebsd-ports/devel/p5-Package-Stash/Makefile
Anton Berezin 1ce3f4028d Update to 0.05.
Changes:	http:/search.cpan.org/dist/Package-Stash/Changes
2010-06-16 08:05:46 +00:00

24 lines
525 B
Makefile

# New ports collection makefile for: Package-Stash
# Date created: 8 June 2010
# Whom: Philip M. Gollucci <pgollucci@p6m7g8.com>
#
# $FreeBSD$
#
PORTNAME= Package-Stash
PORTVERSION= 0.05
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Routines for manipulating stashes
TEST_DEPENDS= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple \
p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
PERL_CONFIGURE= YES
MAN3= Package::Stash.3
.include <bsd.port.mk>