diff options
author | matthew <matthew@FreeBSD.org> | 2013-11-27 18:08:39 +0800 |
---|---|---|
committer | matthew <matthew@FreeBSD.org> | 2013-11-27 18:08:39 +0800 |
commit | a2590461109679c09113c4027fc3a7bab26b917f (patch) | |
tree | 7f5090d8856c598d46262effb0c8106fde4f435d /devel | |
parent | d418b97ce918b14308525911abc6c73b82445ec5 (diff) | |
download | freebsd-ports-gnome-a2590461109679c09113c4027fc3a7bab26b917f.tar.gz freebsd-ports-gnome-a2590461109679c09113c4027fc3a7bab26b917f.tar.zst freebsd-ports-gnome-a2590461109679c09113c4027fc3a7bab26b917f.zip |
Use the canonical ordering for PKGNAMEPREFIX
Reported by: az
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Role-Basic/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/p5-Role-Basic/Makefile b/devel/p5-Role-Basic/Makefile index a30354e1eac6..036d76e8c7ce 100644 --- a/devel/p5-Role-Basic/Makefile +++ b/devel/p5-Role-Basic/Makefile @@ -6,12 +6,11 @@ PORTVERSION= 0.13 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:OVID +PKGNAMEPREFIX= p5- MAINTAINER= matthew@FreeBSD.org COMMENT= Just roles. Nothing else -PKGNAMEPREFIX= p5- - USES= perl5 USE_PERL5= configure |