mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
77197dd811
their own packages and still on pkg 1.1.4 can upgrade. With hat: portmgr
23 lines
372 B
Makefile
23 lines
372 B
Makefile
# Created by: Matthew Seaman <matthew@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Set-Tiny
|
|
PORTVERSION= 0.01
|
|
PORTREVISION= 1
|
|
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>
|