freebsd-ports/devel/p5-Set-Tiny/Makefile
Matthew Seaman 6ef731cf6a Update to 0.02
- Drop all the @dirrmtry entries from the plist
2014-09-26 11:35:29 +00:00

21 lines
356 B
Makefile

# Created by: Matthew Seaman <matthew@FreeBSD.org>
# $FreeBSD$
PORTNAME= Set-Tiny
PORTVERSION= 0.02
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= matthew@FreeBSD.org
COMMENT= Simple sets of strings
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
regression-test: build
@cd ${WRKSRC} && ${MAKE} test
.include <bsd.port.mk>