freebsd-ports/devel/p5-Package-Stash-XS/Makefile

26 lines
594 B
Makefile
Raw Normal View History

# New ports collection makefile for: Package-Stash-XS
# Date created: 2011-02-09
# Whom: milki <milki@rescomp.berkeley.edu>
#
# $FreeBSD$
#
PORTNAME= Package-Stash-XS
PORTVERSION= 0.22
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:DOY
PKGNAMEPREFIX= p5-
MAINTAINER= milki@rescomp.berkeley.edu
COMMENT= Faster and more correct implementation of the Package::Stash API
TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \
p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
PERL_CONFIGURE= YES
MAN3= Package::Stash::XS.3
.include <bsd.port.mk>