6ef731cf6a
- Drop all the @dirrmtry entries from the plist
21 lines
356 B
Makefile
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>
|